Html Css Color HEX #B80AB3 Deep Magenta

📋 copy color: '#B80AB3'

red 184 ◦ green 10 ◦ blue 179

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

Shades of Deep Magenta #B80AB3

Tints of Deep Magenta #B80AB3

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.68%

 BLUE value IS 179 (70.31% from 255) = 47.99%

R = 49.33%
G = 2.68%
B = 47.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B80AB3 (or 0xB80AB3) is known color: Deep Magenta. HEX triplet: B8, 0A and B3. RGB value is (184,10,179). Sum of RGB (Red+Green+Blue) = 184+10+179=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 10 (4.30% from 255 or 2.68% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B80AB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80AB3 is #47F54C. Grayscale: #505050. Windows color (decimal): -4715853 or 11733688. OLE color: 11733688.

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

Color convert

RGB 184 10 179 -
CMYK 0 0.95 0.03 0.28
HSL 301.72º 0.9% 0.38% -
HSV(B) 301.72º 0.95% 0.72% -
XYZ 28.01 13.66 43.81 -
YUV 81.29 183.15 201.26 -
System Red Green Blue C M Y K H S L
Decimal 184 10 179 0 0.95 0.03 0.28 301.72 0.9 0.38
Hex B8 A B3 0 5F 3 1C 12E 5A 26
Octal 270 12 263 0 137 3 34 456 132 46
Binary 10111000 1010 10110011 0 1011111 11 11100 100101110 1011010 100110

Color Harmonies of #B80AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80AB3

Black with #B80AB3

Text Example


Text Example

White with #B80AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80AB3; }

 p { color: rgb(184,10,179); }

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

background-color css

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

 a { background-color: rgb(184,10,179); }

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

border-color css

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

 span { border-color: rgb(184,10,179); }

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