#BB67CC

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

Shades of Medium Orchid #BB67CC

Tints of Medium Orchid #BB67CC

Color information

#BB67CC (or 0xBB67CC) is unknown color: approx Medium Orchid. HEX triplet: BB, 67 and CC. RGB value is (187,103,204). Sum of RGB (Red+Green+Blue) = 187+103+204=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB67CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB67CC is #449833. Grayscale: #8B8B8B. Windows color (decimal): -4495412 or 13395899. OLE color: 13395899.

HSL color Cylindrical-coordinate representation of color #BB67CC: hue angle of 289.9º 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 #BB67CC is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB187103204-
CMYK0.080.5000.2
HSL289.9º49.75%60.2%-
HSV(B)289.9º49.51%80%-
XYZ36.2424.6259.97-
YUV139.63164.33161.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.85%
GREEN value IS 103 (40.62% from 255) = 20.85%
BLUE value IS 204 (80.08% from 255) = 41.30%
R=37.85%
G=20.85%
B=41.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1871032040.080.5000.2289.949.7560.2
HexBB67CC832014122323c
Octal27314731410620244426274
Binary101110111100111110011001000110010010100100100010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB67CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB67CC; }

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

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

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

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

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

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

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

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