Html Css Color HEX #BB0DB5 Deep Magenta

📋 copy color: '#BB0DB5'

red 187 ◦ green 13 ◦ blue 181

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

Shades of Deep Magenta #BB0DB5

Tints of Deep Magenta #BB0DB5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.41%

 BLUE value IS 181 (71.09% from 255) = 47.51%

R = 49.08%
G = 3.41%
B = 47.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BB0DB5 (or 0xBB0DB5) is known color: Deep Magenta. HEX triplet: BB, 0D and B5. RGB value is (187,13,181). Sum of RGB (Red+Green+Blue) = 187+13+181=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 13 (5.47% from 255 or 3.41% from 381); Blue value is 181 (71.09% from 255 or 47.51% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0DB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0DB5 is #44F24A. Grayscale: #535353. Windows color (decimal): -4518475 or 11865531. OLE color: 11865531.

HSL color Cylindrical-coordinate representation of color #BB0DB5: hue angle of 302.07º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0DB5 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 13 181 -
CMYK 0 0.93 0.03 0.27
HSL 302.07º 0.87% 0.39% -
HSV(B) 302.07º 0.93% 0.73% -
XYZ 28.98 14.19 44.93 -
YUV 84.18 182.65 201.34 -
System Red Green Blue C M Y K H S L
Decimal 187 13 181 0 0.93 0.03 0.27 302.07 0.87 0.39
Hex BB D B5 0 5D 3 1B 12E 57 27
Octal 273 15 265 0 135 3 33 456 127 47
Binary 10111011 1101 10110101 0 1011101 11 11011 100101110 1010111 100111

Color Harmonies of #BB0DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0DB5

Black with #BB0DB5

Text Example


Text Example

White with #BB0DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0DB5; }

 p { color: rgb(187,13,181); }

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

background-color css

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

 a { background-color: rgb(187,13,181); }

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

border-color css

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

 span { border-color: rgb(187,13,181); }

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