Html Css Color HEX #BB0BD8 Deep Magenta

📋 copy color: '#BB0BD8'

red 187 ◦ green 11 ◦ blue 216

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

Shades of Deep Magenta #BB0BD8

Tints of Deep Magenta #BB0BD8

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.66%

 BLUE value IS 216 (84.77% from 255) = 52.17%

R = 45.17%
G = 2.66%
B = 52.17%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB0BD8 (or 0xBB0BD8) is known color: Deep Magenta. HEX triplet: BB, 0B and D8. RGB value is (187,11,216). Sum of RGB (Red+Green+Blue) = 187+11+216=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 11 (4.69% from 255 or 2.66% from 414); Blue value is 216 (84.77% from 255 or 52.17% from 414); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB0BD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0BD8 is #44F427. Grayscale: #565656. Windows color (decimal): -4518952 or 14158779. OLE color: 14158779.

HSL color Cylindrical-coordinate representation of color #BB0BD8: hue angle of 291.51º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0BD8 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 11 216 -
CMYK 0.13 0.95 0 0.15
HSL 291.51º 0.9% 0.45% -
HSV(B) 291.51º 0.95% 0.85% -
XYZ 33.01 15.76 66.27 -
YUV 86.99 200.81 199.33 -
System Red Green Blue C M Y K H S L
Decimal 187 11 216 0.13 0.95 0 0.15 291.51 0.9 0.45
Hex BB B D8 D 5F 0 F 124 5A 2D
Octal 273 13 330 15 137 0 17 444 132 55
Binary 10111011 1011 11011000 1101 1011111 0 1111 100100100 1011010 101101

Color Harmonies of #BB0BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0BD8

Black with #BB0BD8

Text Example


Text Example

White with #BB0BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0BD8; }

 p { color: rgb(187,11,216); }

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

background-color css

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

 a { background-color: rgb(187,11,216); }

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

border-color css

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

 span { border-color: rgb(187,11,216); }

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