Html Css Color HEX #B80EBB Deep Magenta

📋 copy color: '#B80EBB'

red 184 ◦ green 14 ◦ blue 187

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

Shades of Deep Magenta #B80EBB

Tints of Deep Magenta #B80EBB

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

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

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

Color convert

RGB 184 14 187 -
CMYK 0.02 0.93 0 0.27
HSL 298.96º 0.86% 0.39% -
HSV(B) 298.96º 0.93% 0.73% -
XYZ 28.89 14.09 48.21 -
YUV 84.55 185.82 198.93 -
System Red Green Blue C M Y K H S L
Decimal 184 14 187 0.02 0.93 0 0.27 298.96 0.86 0.39
Hex B8 E BB 2 5D 0 1B 12B 56 27
Octal 270 16 273 2 135 0 33 453 126 47
Binary 10111000 1110 10111011 10 1011101 0 11011 100101011 1010110 100111

Color Harmonies of #B80EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80EBB

Black with #B80EBB

Text Example


Text Example

White with #B80EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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