#BB2BCA

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

Shades of Dark Orchid #BB2BCA

Tints of Dark Orchid #BB2BCA

Color information

#BB2BCA (or 0xBB2BCA) is unknown color: approx Dark Orchid. HEX triplet: BB, 2B and CA. RGB value is (187,43,202). Sum of RGB (Red+Green+Blue) = 187+43+202=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 43 (17.19% from 255 or 9.95% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB2BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2BCA is #44D435. Grayscale: #676767. Windows color (decimal): -4510774 or 13249467. OLE color: 13249467.

HSL color Cylindrical-coordinate representation of color #BB2BCA: hue angle of 294.34º degrees, saturation: 0.65, 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 #BB2BCA is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18743202-
CMYK0.070.7900.21
HSL294.34º64.9%48.04%-
HSV(B)294.34º78.71%79.22%-
XYZ32.0216.5657.39-
YUV104.18183.21187.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.29%
GREEN value IS 43 (17.19% from 255) = 9.95%
BLUE value IS 202 (79.30% from 255) = 46.76%
R=43.29%
G=9.95%
B=46.76%

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
Decimal187432020.070.7900.21294.3464.948.04
HexBB2BCA74F0151264130
Octal27353312711702544610160
Binary101110111010111100101011110011110101011001001101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2BCA; }

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

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

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

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

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

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

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

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