#BB2ACA

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

Shades of Dark Orchid #BB2ACA

Tints of Dark Orchid #BB2ACA

Color information

#BB2ACA (or 0xBB2ACA) is unknown color: approx Dark Orchid. HEX triplet: BB, 2A and CA. RGB value is (187,42,202). Sum of RGB (Red+Green+Blue) = 187+42+202=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 42 (16.80% from 255 or 9.74% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB2ACA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2ACA is #44D535. Grayscale: #676767. Windows color (decimal): -4511030 or 13249211. OLE color: 13249211.

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

Color convert

RGB18742202-
CMYK0.070.7900.21
HSL294.38º65.57%47.84%-
HSV(B)294.38º79.21%79.22%-
XYZ31.9816.4857.37-
YUV103.6183.54187.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.39%
GREEN value IS 42 (16.80% from 255) = 9.74%
BLUE value IS 202 (79.30% from 255) = 46.87%
R=43.39%
G=9.74%
B=46.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal187422020.070.7900.21294.3865.5747.84
HexBB2ACA74F0151264230
Octal27352312711702544610260
Binary101110111010101100101011110011110101011001001101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2ACA; }

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

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

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

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

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

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

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

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