Html Css Color HEX #B80BAD Deep Magenta

📋 copy color: '#B80BAD'

red 184 ◦ green 11 ◦ blue 173

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

Shades of Deep Magenta #B80BAD

Tints of Deep Magenta #B80BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.01%

R = 50%
G = 2.99%
B = 47.01%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B80BAD (or 0xB80BAD) is known color: Deep Magenta. HEX triplet: B8, 0B and AD. RGB value is (184,11,173). Sum of RGB (Red+Green+Blue) = 184+11+173=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 11 (4.69% from 255 or 2.99% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B80BAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80BAD is #47F452. Grayscale: #505050. Windows color (decimal): -4715603 or 11340728. OLE color: 11340728.

HSL color Cylindrical-coordinate representation of color #B80BAD: hue angle of 303.82º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80BAD is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 11 173 -
CMYK 0 0.94 0.06 0.28
HSL 303.82º 0.89% 0.38% -
HSV(B) 303.82º 0.94% 0.72% -
XYZ 27.43 13.45 40.68 -
YUV 81.2 179.81 201.33 -
System Red Green Blue C M Y K H S L
Decimal 184 11 173 0 0.94 0.06 0.28 303.82 0.89 0.38
Hex B8 B AD 0 5E 6 1C 130 59 26
Octal 270 13 255 0 136 6 34 460 131 46
Binary 10111000 1011 10101101 0 1011110 110 11100 100110000 1011001 100110

Color Harmonies of #B80BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80BAD

Black with #B80BAD

Text Example


Text Example

White with #B80BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80BAD; }

 p { color: rgb(184,11,173); }

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

background-color css

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

 a { background-color: rgb(184,11,173); }

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

border-color css

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

 span { border-color: rgb(184,11,173); }

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