Html Css Color HEX #BB0EB8 Deep Magenta

📋 copy color: '#BB0EB8'

red 187 ◦ green 14 ◦ blue 184

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

Shades of Deep Magenta #BB0EB8

Tints of Deep Magenta #BB0EB8

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.64%

 BLUE value IS 184 (72.27% from 255) = 47.79%

R = 48.57%
G = 3.64%
B = 47.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BB0EB8 (or 0xBB0EB8) is known color: Deep Magenta. HEX triplet: BB, 0E and B8. RGB value is (187,14,184). Sum of RGB (Red+Green+Blue) = 187+14+184=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 184 (72.27% from 255 or 47.79% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0EB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0EB8 is #44F147. Grayscale: #545454. Windows color (decimal): -4518216 or 12062395. OLE color: 12062395.

HSL color Cylindrical-coordinate representation of color #BB0EB8: hue angle of 301.04º degrees, saturation: 0.86, 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 #BB0EB8 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 14 184 -
CMYK 0 0.93 0.02 0.27
HSL 301.04º 0.86% 0.39% -
HSV(B) 301.04º 0.93% 0.73% -
XYZ 29.3 14.34 46.57 -
YUV 85.11 183.81 200.68 -
System Red Green Blue C M Y K H S L
Decimal 187 14 184 0 0.93 0.02 0.27 301.04 0.86 0.39
Hex BB E B8 0 5D 2 1B 12D 56 27
Octal 273 16 270 0 135 2 33 455 126 47
Binary 10111011 1110 10111000 0 1011101 10 11011 100101101 1010110 100111

Color Harmonies of #BB0EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0EB8

Black with #BB0EB8

Text Example


Text Example

White with #BB0EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0EB8; }

 p { color: rgb(187,14,184); }

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

background-color css

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

 a { background-color: rgb(187,14,184); }

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

border-color css

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

 span { border-color: rgb(187,14,184); }

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