Html Css Color HEX #B81ADD Deep Magenta

📋 copy color: '#B81ADD'

red 184 ◦ green 26 ◦ blue 221

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

Shades of Deep Magenta #B81ADD

Tints of Deep Magenta #B81ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.03%

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 42.69%
G = 6.03%
B = 51.28%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B81ADD (or 0xB81ADD) is known color: Deep Magenta. HEX triplet: B8, 1A and DD. RGB value is (184,26,221). Sum of RGB (Red+Green+Blue) = 184+26+221=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 26 (10.55% from 255 or 6.03% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #B81ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81ADD is #47E522. Grayscale: #5E5E5E. Windows color (decimal): -4711715 or 14490296. OLE color: 14490296.

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

Color convert

RGB 184 26 221 -
CMYK 0.17 0.88 0 0.13
HSL 288.62º 0.79% 0.48% -
HSV(B) 288.62º 0.88% 0.87% -
XYZ 33.19 16.15 69.77 -
YUV 95.47 198.85 191.14 -
System Red Green Blue C M Y K H S L
Decimal 184 26 221 0.17 0.88 0 0.13 288.62 0.79 0.48
Hex B8 1A DD 11 58 0 D 121 4F 30
Octal 270 32 335 21 130 0 15 441 117 60
Binary 10111000 11010 11011101 10001 1011000 0 1101 100100001 1001111 110000

Color Harmonies of #B81ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81ADD

Black with #B81ADD

Text Example


Text Example

White with #B81ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81ADD; }

 p { color: rgb(184,26,221); }

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

background-color css

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

 a { background-color: rgb(184,26,221); }

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

border-color css

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

 span { border-color: rgb(184,26,221); }

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