Html Css Color HEX #BB29D9 Dark Orchid

📋 copy color: '#BB29D9'

red 187 ◦ green 41 ◦ blue 217

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

Shades of Dark Orchid #BB29D9

Tints of Dark Orchid #BB29D9

RGB

 RED value IS 187 (73.44% from 255) = 42.02%

 GREEN value IS 41 (16.41% from 255) = 9.21%

 BLUE value IS 217 (85.16% from 255) = 48.76%

R = 42.02%
G = 9.21%
B = 48.76%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB29D9 (or 0xBB29D9) is known color: Dark Orchid. HEX triplet: BB, 29 and D9. RGB value is (187,41,217). Sum of RGB (Red+Green+Blue) = 187+41+217=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 41 (16.41% from 255 or 9.21% from 445); Blue value is 217 (85.16% from 255 or 48.76% from 445); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB29D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB29D9 is #44D626. Grayscale: #686868. Windows color (decimal): -4511271 or 14231995. OLE color: 14231995.

HSL color Cylindrical-coordinate representation of color #BB29D9: hue angle of 289.77º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB29D9 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 41 217 -
CMYK 0.14 0.81 0 0.15
HSL 289.77º 0.7% 0.51% -
HSV(B) 289.77º 0.81% 0.85% -
XYZ 33.81 17.16 67.18 -
YUV 104.72 191.37 186.69 -
System Red Green Blue C M Y K H S L
Decimal 187 41 217 0.14 0.81 0 0.15 289.77 0.7 0.51
Hex BB 29 D9 E 51 0 F 122 46 33
Octal 273 51 331 16 121 0 17 442 106 63
Binary 10111011 101001 11011001 1110 1010001 0 1111 100100010 1000110 110011

Color Harmonies of #BB29D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB29D9

Black with #BB29D9

Text Example


Text Example

White with #BB29D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB29D9; }

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

 H1.HeaderClassName
 {
   color: #BB29D9;
 }
 .AnyTagClassName
 {
   color: #BB29D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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