Html Css Color HEX #B819AB Deep Magenta

📋 copy color: '#B819AB'

red 184 ◦ green 25 ◦ blue 171

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

Shades of Deep Magenta #B819AB

Tints of Deep Magenta #B819AB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.58%

 BLUE value IS 171 (67.19% from 255) = 45%

R = 48.42%
G = 6.58%
B = 45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B819AB (or 0xB819AB) is known color: Deep Magenta. HEX triplet: B8, 19 and AB. RGB value is (184,25,171). Sum of RGB (Red+Green+Blue) = 184+25+171=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B819AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B819AB is #47E654. Grayscale: #585858. Windows color (decimal): -4712021 or 11213240. OLE color: 11213240.

HSL color Cylindrical-coordinate representation of color #B819AB: hue angle of 304.91º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B819AB is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 25 171 -
CMYK 0 0.86 0.07 0.28
HSL 304.91º 0.76% 0.41% -
HSV(B) 304.91º 0.86% 0.72% -
XYZ 27.47 13.83 39.75 -
YUV 89.19 174.18 195.63 -
System Red Green Blue C M Y K H S L
Decimal 184 25 171 0 0.86 0.07 0.28 304.91 0.76 0.41
Hex B8 19 AB 0 56 7 1C 131 4C 29
Octal 270 31 253 0 126 7 34 461 114 51
Binary 10111000 11001 10101011 0 1010110 111 11100 100110001 1001100 101001

Color Harmonies of #B819AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B819AB

Black with #B819AB

Text Example


Text Example

White with #B819AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B819AB; }

 p { color: rgb(184,25,171); }

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

background-color css

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

 a { background-color: rgb(184,25,171); }

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

border-color css

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

 span { border-color: rgb(184,25,171); }

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