#BB4CCA

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

Shades of Medium Orchid #BB4CCA

Tints of Medium Orchid #BB4CCA

Color information

#BB4CCA (or 0xBB4CCA) is unknown color: approx Medium Orchid. HEX triplet: BB, 4C and CA. RGB value is (187,76,202). Sum of RGB (Red+Green+Blue) = 187+76+202=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB4CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4CCA is #44B335. Grayscale: #7B7B7B. Windows color (decimal): -4502326 or 13257915. OLE color: 13257915.

HSL color Cylindrical-coordinate representation of color #BB4CCA: hue angle of 292.86º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB4CCA is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18776202-
CMYK0.070.6200.21
HSL292.86º54.31%54.51%-
HSV(B)292.86º62.38%79.22%-
XYZ33.742057.96-
YUV123.55172.27173.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.22%
GREEN value IS 76 (30.08% from 255) = 16.34%
BLUE value IS 202 (79.30% from 255) = 43.44%
R=40.22%
G=16.34%
B=43.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal187762020.070.6200.21292.8654.3154.51
HexBB4CCA73E0151253637
Octal2731143127760254456667
Binary10111011100110011001010111111110010101100100101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4CCA; }

 p { color: rgb(187,76,202); }

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

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

 a { background-color: rgb(187,76,202); }

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

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

 span { border-color: rgb(187,76,202); }

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