#BB6ACC

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

Shades of Medium Orchid #BB6ACC

Tints of Medium Orchid #BB6ACC

Color information

#BB6ACC (or 0xBB6ACC) is unknown color: approx Medium Orchid. HEX triplet: BB, 6A and CC. RGB value is (187,106,204). Sum of RGB (Red+Green+Blue) = 187+106+204=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB6ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6ACC is #449533. Grayscale: #8D8D8D. Windows color (decimal): -4494644 or 13396667. OLE color: 13396667.

HSL color Cylindrical-coordinate representation of color #BB6ACC: hue angle of 289.59º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB6ACC is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB187106204-
CMYK0.080.4800.2
HSL289.59º49%60.78%-
HSV(B)289.59º48.04%80%-
XYZ36.5525.2360.07-
YUV141.39163.34160.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.63%
GREEN value IS 106 (41.80% from 255) = 21.33%
BLUE value IS 204 (80.08% from 255) = 41.05%
R=37.63%
G=21.33%
B=41.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1871062040.080.4800.2289.594960.78
HexBB6ACC830014122313d
Octal27315231410600244426175
Binary101110111101010110011001000110000010100100100010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6ACC; }

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

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

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

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

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

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

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

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