#b067ce

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

Shades of Medium Orchid #B067CE

Tints of Medium Orchid #B067CE

Color information

#B067CE (or 0xB067CE) is unknown color: approx Medium Orchid. HEX triplet: B0, 67 and CE. RGB value is (176,103,206). Sum of RGB (Red+Green+Blue) = 176+103+206=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #B067CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B067CE is #4F9831. Grayscale: #888888. Windows color (decimal): -5216306 or 13526960. OLE color: 13526960.

HSL color Cylindrical-coordinate representation of color #B067CE: hue angle of 282.52º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B067CE is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB176103206-
CMYK0.150.5000.19
HSL282.52º51.24%60.59%-
HSV(B)282.52º50%80.78%-
XYZ33.923.3961.12-
YUV136.57167.18156.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.29%
GREEN value IS 103 (40.62% from 255) = 21.24%
BLUE value IS 206 (80.86% from 255) = 42.47%
R=36.29%
G=21.24%
B=42.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761032060.150.5000.19282.5251.2460.59
HexB067CEF3201311b333d
Octal26014731617620234336375
Binary101100001100111110011101111110010010011100011011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b067ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b067ce; }

 p { color: rgb(176,103,206); }

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

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

 a { background-color: rgb(176,103,206); }

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

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

 span { border-color: rgb(176,103,206); }

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