Html Css Color HEX #B81AD2 Deep Magenta

📋 copy color: '#B81AD2'

red 184 ◦ green 26 ◦ blue 210

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

Shades of Deep Magenta #B81AD2

Tints of Deep Magenta #B81AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 50%

R = 43.81%
G = 6.19%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B81AD2 (or 0xB81AD2) is known color: Deep Magenta. HEX triplet: B8, 1A and D2. RGB value is (184,26,210). Sum of RGB (Red+Green+Blue) = 184+26+210=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 26 (10.55% from 255 or 6.19% from 420); Blue value is 210 (82.42% from 255 or 50% from 420); Max value from RGB is 210 - color contains mainly: blue. Hex color #B81AD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81AD2 is #47E52D. Grayscale: #5D5D5D. Windows color (decimal): -4711726 or 13769400. OLE color: 13769400.

HSL color Cylindrical-coordinate representation of color #B81AD2: hue angle of 291.52º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81AD2 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 184 26 210 -
CMYK 0.12 0.88 0 0.18
HSL 291.52º 0.78% 0.46% -
HSV(B) 291.52º 0.88% 0.82% -
XYZ 31.77 15.58 62.31 -
YUV 94.22 193.35 192.04 -
System Red Green Blue C M Y K H S L
Decimal 184 26 210 0.12 0.88 0 0.18 291.52 0.78 0.46
Hex B8 1A D2 C 58 0 12 124 4E 2E
Octal 270 32 322 14 130 0 22 444 116 56
Binary 10111000 11010 11010010 1100 1011000 0 10010 100100100 1001110 101110

Color Harmonies of #B81AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81AD2

Black with #B81AD2

Text Example


Text Example

White with #B81AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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