#BB29CC

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

Shades of Dark Orchid #BB29CC

Tints of Dark Orchid #BB29CC

Color information

#BB29CC (or 0xBB29CC) is unknown color: approx Dark Orchid. HEX triplet: BB, 29 and CC. RGB value is (187,41,204). Sum of RGB (Red+Green+Blue) = 187+41+204=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 41 (16.41% from 255 or 9.49% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB29CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB29CC is #44D633. Grayscale: #666666. Windows color (decimal): -4511284 or 13380027. OLE color: 13380027.

HSL color Cylindrical-coordinate representation of color #BB29CC: hue angle of 293.74º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB29CC is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18741204-
CMYK0.080.8000.2
HSL293.74º66.53%48.04%-
HSV(B)293.74º79.9%80%-
XYZ32.1916.5158.62-
YUV103.24184.87187.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.29%
GREEN value IS 41 (16.41% from 255) = 9.49%
BLUE value IS 204 (80.08% from 255) = 47.22%
R=43.29%
G=9.49%
B=47.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal187412040.080.8000.2293.7466.5348.04
HexBB29CC8500141264330
Octal273513141012002444610360
Binary1011101110100111001100100010100000101001001001101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB29CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB29CC; }

 p { color: rgb(187,41,204); }

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

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

 a { background-color: rgb(187,41,204); }

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

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

 span { border-color: rgb(187,41,204); }

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