#BB2CCA

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

Shades of Dark Orchid #BB2CCA

Tints of Dark Orchid #BB2CCA

Color information

#BB2CCA (or 0xBB2CCA) is unknown color: approx Dark Orchid. HEX triplet: BB, 2C and CA. RGB value is (187,44,202). Sum of RGB (Red+Green+Blue) = 187+44+202=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 44 (17.58% from 255 or 10.16% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB2CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2CCA is #44D335. Grayscale: #686868. Windows color (decimal): -4510518 or 13249723. OLE color: 13249723.

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

Color convert

RGB18744202-
CMYK0.070.7800.21
HSL294.3º64.23%48.24%-
HSV(B)294.3º78.22%79.22%-
XYZ32.0516.6357.4-
YUV104.77182.88186.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.19%
GREEN value IS 44 (17.58% from 255) = 10.16%
BLUE value IS 202 (79.30% from 255) = 46.65%
R=43.19%
G=10.16%
B=46.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal187442020.070.7800.21294.364.2348.24
HexBB2CCA74E0151264030
Octal27354312711602544610060
Binary101110111011001100101011110011100101011001001101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2CCA; }

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

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

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

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

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

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

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

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