Html Css Color HEX #B80ADE Deep Magenta

📋 copy color: '#B80ADE'

red 184 ◦ green 10 ◦ blue 222

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

Shades of Deep Magenta #B80ADE

Tints of Deep Magenta #B80ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.37%

R = 44.23%
G = 2.4%
B = 53.37%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B80ADE (or 0xB80ADE) is known color: Deep Magenta. HEX triplet: B8, 0A and DE. RGB value is (184,10,222). Sum of RGB (Red+Green+Blue) = 184+10+222=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 10 (4.30% from 255 or 2.40% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #B80ADE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80ADE is #47F521. Grayscale: #555555. Windows color (decimal): -4715810 or 14551736. OLE color: 14551736.

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

Color convert

RGB 184 10 222 -
CMYK 0.17 0.95 0 0.13
HSL 289.25º 0.91% 0.45% -
HSV(B) 289.25º 0.95% 0.87% -
XYZ 33.06 15.68 70.39 -
YUV 86.19 204.65 197.76 -
System Red Green Blue C M Y K H S L
Decimal 184 10 222 0.17 0.95 0 0.13 289.25 0.91 0.45
Hex B8 A DE 11 5F 0 D 121 5B 2D
Octal 270 12 336 21 137 0 15 441 133 55
Binary 10111000 1010 11011110 10001 1011111 0 1101 100100001 1011011 101101

Color Harmonies of #B80ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80ADE

Black with #B80ADE

Text Example


Text Example

White with #B80ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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