Html Css Color HEX #BB29CC Dark Orchid

📋 copy color: '#BB29CC'

red 187 ◦ green 41 ◦ blue 204

#BB29CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #BB29CC

Tints of Dark Orchid #BB29CC

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 value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB29CC (or 0xBB29CC) is known color: 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

RGB 187 41 204 -
CMYK 0.08 0.80 0 0.2
HSL 293.74º 0.67% 0.48% -
HSV(B) 293.74º 0.8% 0.8% -
XYZ 32.19 16.51 58.62 -
YUV 103.24 184.87 187.75 -
System Red Green Blue C M Y K H S L
Decimal 187 41 204 0.08 0.80 0 0.2 293.74 0.67 0.48
Hex BB 29 CC 8 50 0 14 126 43 30
Octal 273 51 314 10 120 0 24 446 103 60
Binary 10111011 101001 11001100 1000 1010000 0 10100 100100110 1000011 110000

Color Harmonies of #BB29CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB29CC

Black with #BB29CC

Text Example


Text Example

White with #BB29CC

Text Example


Text Example

HTML Codes & Css Web 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>