Html Css Color HEX #BB29DA Dark Orchid

📋 copy color: '#BB29DA'

red 187 ◦ green 41 ◦ blue 218

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

Shades of Dark Orchid #BB29DA

Tints of Dark Orchid #BB29DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.88%

R = 41.93%
G = 9.19%
B = 48.88%

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

#BB29DA (or 0xBB29DA) is known color: Dark Orchid. HEX triplet: BB, 29 and DA. RGB value is (187,41,218). Sum of RGB (Red+Green+Blue) = 187+41+218=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 41 (16.41% from 255 or 9.19% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB29DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB29DA is #44D625. Grayscale: #686868. Windows color (decimal): -4511270 or 14297531. OLE color: 14297531.

HSL color Cylindrical-coordinate representation of color #BB29DA: hue angle of 289.49º degrees, saturation: 0.71, 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 #BB29DA is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 41 218 -
CMYK 0.14 0.81 0 0.15
HSL 289.49º 0.71% 0.51% -
HSV(B) 289.49º 0.81% 0.85% -
XYZ 33.94 17.21 67.86 -
YUV 104.83 191.87 186.61 -
System Red Green Blue C M Y K H S L
Decimal 187 41 218 0.14 0.81 0 0.15 289.49 0.71 0.51
Hex BB 29 DA E 51 0 F 121 47 33
Octal 273 51 332 16 121 0 17 441 107 63
Binary 10111011 101001 11011010 1110 1010001 0 1111 100100001 1000111 110011

Color Harmonies of #BB29DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB29DA

Black with #BB29DA

Text Example


Text Example

White with #BB29DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB29DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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