#B067CA

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

Shades of Medium Orchid #B067CA

Tints of Medium Orchid #B067CA

Color information

#B067CA (or 0xB067CA) is unknown color: approx Medium Orchid. HEX triplet: B0, 67 and CA. RGB value is (176,103,202). Sum of RGB (Red+Green+Blue) = 176+103+202=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #B067CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B067CA is #4F9835. Grayscale: #878787. Windows color (decimal): -5216310 or 13264816. OLE color: 13264816.

HSL color Cylindrical-coordinate representation of color #B067CA: hue angle of 284.24º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B067CA is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176103202-
CMYK0.130.4900.21
HSL284.24º48.29%59.8%-
HSV(B)284.24º49.01%79.22%-
XYZ33.4223.1958.59-
YUV136.11165.18156.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.59%
GREEN value IS 103 (40.62% from 255) = 21.41%
BLUE value IS 202 (79.30% from 255) = 42.00%
R=36.59%
G=21.41%
B=42.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761032020.130.4900.21284.2448.2959.8
HexB067CAD3101511c303c
Octal26014731215610254346074
Binary101100001100111110010101101110001010101100011100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B067CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B067CA; }

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

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

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

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

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

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

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

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