Html Css Color HEX #BB0EAF Deep Magenta

📋 copy color: '#BB0EAF'

red 187 ◦ green 14 ◦ blue 175

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

Shades of Deep Magenta #BB0EAF

Tints of Deep Magenta #BB0EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.54%

R = 49.73%
G = 3.72%
B = 46.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB0EAF (or 0xBB0EAF) is known color: Deep Magenta. HEX triplet: BB, 0E and AF. RGB value is (187,14,175). Sum of RGB (Red+Green+Blue) = 187+14+175=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0EAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0EAF is #44F150. Grayscale: #535353. Windows color (decimal): -4518225 or 11472571. OLE color: 11472571.

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

Color convert

RGB 187 14 175 -
CMYK 0 0.93 0.06 0.27
HSL 304.16º 0.86% 0.39% -
HSV(B) 304.16º 0.93% 0.73% -
XYZ 28.39 13.97 41.76 -
YUV 84.08 179.31 201.41 -
System Red Green Blue C M Y K H S L
Decimal 187 14 175 0 0.93 0.06 0.27 304.16 0.86 0.39
Hex BB E AF 0 5D 6 1B 130 56 27
Octal 273 16 257 0 135 6 33 460 126 47
Binary 10111011 1110 10101111 0 1011101 110 11011 100110000 1010110 100111

Color Harmonies of #BB0EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0EAF

Black with #BB0EAF

Text Example


Text Example

White with #BB0EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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