Html Css Color HEX #B80ABD Deep Magenta

📋 copy color: '#B80ABD'

red 184 ◦ green 10 ◦ blue 189

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

Shades of Deep Magenta #B80ABD

Tints of Deep Magenta #B80ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.35%

R = 48.04%
G = 2.61%
B = 49.35%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B80ABD (or 0xB80ABD) is known color: Deep Magenta. HEX triplet: B8, 0A and BD. RGB value is (184,10,189). Sum of RGB (Red+Green+Blue) = 184+10+189=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 10 (4.30% from 255 or 2.61% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #B80ABD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80ABD is #47F542. Grayscale: #515151. Windows color (decimal): -4715843 or 12389048. OLE color: 12389048.

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

Color convert

RGB 184 10 189 -
CMYK 0.03 0.95 0 0.26
HSL 298.32º 0.9% 0.39% -
HSV(B) 298.32º 0.95% 0.74% -
XYZ 29.06 14.08 49.33 -
YUV 82.43 188.15 200.45 -
System Red Green Blue C M Y K H S L
Decimal 184 10 189 0.03 0.95 0 0.26 298.32 0.9 0.39
Hex B8 A BD 3 5F 0 1A 12A 5A 27
Octal 270 12 275 3 137 0 32 452 132 47
Binary 10111000 1010 10111101 11 1011111 0 11010 100101010 1011010 100111

Color Harmonies of #B80ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80ABD

Black with #B80ABD

Text Example


Text Example

White with #B80ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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