#bb29c7

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

Shades of Dark Orchid #BB29C7

Tints of Dark Orchid #BB29C7

Color information

#BB29C7 (or 0xBB29C7) is unknown color: approx Dark Orchid. HEX triplet: BB, 29 and C7. RGB value is (187,41,199). Sum of RGB (Red+Green+Blue) = 187+41+199=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 199 (78.12% from 255 or 46.60% from 427); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB29C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB29C7 is #44D638. Grayscale: #666666. Windows color (decimal): -4511289 or 13052347. OLE color: 13052347.

HSL color Cylindrical-coordinate representation of color #BB29C7: hue angle of 295.44º degrees, saturation: 0.66, 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 #BB29C7 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18741199-
CMYK0.060.7900.22
HSL295.44º65.83%47.06%-
HSV(B)295.44º79.4%78.04%-
XYZ31.616.2755.51-
YUV102.67182.37188.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.79%
GREEN value IS 41 (16.41% from 255) = 9.60%
BLUE value IS 199 (78.12% from 255) = 46.60%
R=43.79%
G=9.60%
B=46.60%

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
Decimal187411990.060.7900.22295.4465.8347.06
HexBB29C764F016127422f
Octal27351307611702644710257
Binary101110111010011100011111010011110101101001001111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb29c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb29c7; }

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

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

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

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

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

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

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

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