#B067CC

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

Shades of Medium Orchid #B067CC

Tints of Medium Orchid #B067CC

Color information

#B067CC (or 0xB067CC) is unknown color: approx Medium Orchid. HEX triplet: B0, 67 and CC. RGB value is (176,103,204). Sum of RGB (Red+Green+Blue) = 176+103+204=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 103 (40.62% from 255 or 21.33% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #B067CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B067CC is #4F9833. Grayscale: #888888. Windows color (decimal): -5216308 or 13395888. OLE color: 13395888.

HSL color Cylindrical-coordinate representation of color #B067CC: hue angle of 283.37º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B067CC is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB176103204-
CMYK0.140.5000.2
HSL283.37º49.75%60.2%-
HSV(B)283.37º49.51%80%-
XYZ33.6523.2959.85-
YUV136.34166.18156.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.44%
GREEN value IS 103 (40.62% from 255) = 21.33%
BLUE value IS 204 (80.08% from 255) = 42.24%
R=36.44%
G=21.33%
B=42.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1761032040.140.5000.2283.3749.7560.2
HexB067CCE3201411b323c
Octal26014731416620244336274
Binary101100001100111110011001110110010010100100011011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B067CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B067CC; }

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

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

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

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

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

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

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

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