#B167DB

Color #B167DB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B167DB

Tints of Medium Orchid #B167DB

Color information

#B167DB (or 0xB167DB) is unknown color: approx Medium Orchid. HEX triplet: B1, 67 and DB. RGB value is (177,103,219). Sum of RGB (Red+Green+Blue) = 177+103+219=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #B167DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B167DB is #4E9824. Grayscale: #898989. Windows color (decimal): -5150757 or 14378929. OLE color: 14378929.

HSL color Cylindrical-coordinate representation of color #B167DB: hue angle of 278.28º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B167DB is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB177103219-
CMYK0.190.5300.14
HSL278.28º61.7%63.14%-
HSV(B)278.28º52.97%85.88%-
XYZ35.7724.1669.8-
YUV138.35173.52155.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 35.47%
GREEN value IS 103 (40.62% from 255) = 20.64%
BLUE value IS 219 (85.94% from 255) = 43.89%
R=35.47%
G=20.64%
B=43.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1771032190.190.5300.14278.2861.763.14
HexB167DB13350E1163e3f
Octal26114733323650164267677
Binary101100011100111110110111001111010101110100010110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B167DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B167DB; }

 p { color: rgb(177,103,219); }

 H1.HeaderClassName
 {
   color: #B167DB;
 }
 .AnyTagClassName
 {
   color: #B167DB;
 }
</style>
background-color css

<style>
 a { background-color: #B167DB; }

 a { background-color: rgb(177,103,219); }

 div.DivClassName
 {
   background-color: #B167DB;
 }
 .BgClassName
 {
   background-color: #B167DB;
 }
</style>
border-color css

<style>
 span { border-color: #B167DB; }

 span { border-color: rgb(177,103,219); }

 td.TdClassName
 {
   border-color: #B167DB;
 }
 .TagClassName
 {
   border-color: #B167DB;
 }
</style>