#BB2AC6

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

Shades of Dark Orchid #BB2AC6

Tints of Dark Orchid #BB2AC6

Color information

#BB2AC6 (or 0xBB2AC6) is unknown color: approx Dark Orchid. HEX triplet: BB, 2A and C6. RGB value is (187,42,198). Sum of RGB (Red+Green+Blue) = 187+42+198=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 42 (16.80% from 255 or 9.84% from 427); Blue value is 198 (77.73% from 255 or 46.37% from 427); Max value from RGB is 198 - color contains mainly: blue. Hex color #BB2AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2AC6 is #44D539. Grayscale: #666666. Windows color (decimal): -4511034 or 12987067. OLE color: 12987067.

HSL color Cylindrical-coordinate representation of color #BB2AC6: hue angle of 295.77º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2AC6 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18742198-
CMYK0.060.7900.22
HSL295.77º65%47.06%-
HSV(B)295.77º78.79%77.65%-
XYZ31.5116.354.91-
YUV103.14181.54187.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.79%
GREEN value IS 42 (16.80% from 255) = 9.84%
BLUE value IS 198 (77.73% from 255) = 46.37%
R=43.79%
G=9.84%
B=46.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal187421980.060.7900.22295.776547.06
HexBB2AC664F016128412f
Octal27352306611702645010157
Binary101110111010101100011011010011110101101001010001000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2AC6; }

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

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

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

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

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

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

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

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