Html Css Color HEX #B80ADB Deep Magenta

📋 copy color: '#B80ADB'

red 184 ◦ green 10 ◦ blue 219

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

Shades of Deep Magenta #B80ADB

Tints of Deep Magenta #B80ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.03%

R = 44.55%
G = 2.42%
B = 53.03%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B80ADB (or 0xB80ADB) is known color: Deep Magenta. HEX triplet: B8, 0A and DB. RGB value is (184,10,219). Sum of RGB (Red+Green+Blue) = 184+10+219=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 10 (4.30% from 255 or 2.42% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #B80ADB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80ADB is #47F524. Grayscale: #555555. Windows color (decimal): -4715813 or 14355128. OLE color: 14355128.

HSL color Cylindrical-coordinate representation of color #B80ADB: hue angle of 289.95º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80ADB is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 10 219 -
CMYK 0.16 0.95 0 0.14
HSL 289.95º 0.91% 0.45% -
HSV(B) 289.95º 0.95% 0.86% -
XYZ 32.66 15.52 68.29 -
YUV 85.85 203.15 198.01 -
System Red Green Blue C M Y K H S L
Decimal 184 10 219 0.16 0.95 0 0.14 289.95 0.91 0.45
Hex B8 A DB 10 5F 0 E 122 5B 2D
Octal 270 12 333 20 137 0 16 442 133 55
Binary 10111000 1010 11011011 10000 1011111 0 1110 100100010 1011011 101101

Color Harmonies of #B80ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80ADB

Black with #B80ADB

Text Example


Text Example

White with #B80ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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