Html Css Color HEX #B810AB Deep Magenta

📋 copy color: '#B810AB'

red 184 ◦ green 16 ◦ blue 171

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

Shades of Deep Magenta #B810AB

Tints of Deep Magenta #B810AB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.31%

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

R = 49.6%
G = 4.31%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B810AB (or 0xB810AB) is known color: Deep Magenta. HEX triplet: B8, 10 and AB. RGB value is (184,16,171). Sum of RGB (Red+Green+Blue) = 184+16+171=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B810AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B810AB is #47EF54. Grayscale: #535353. Windows color (decimal): -4714325 or 11210936. OLE color: 11210936.

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

Color convert

RGB 184 16 171 -
CMYK 0 0.91 0.07 0.28
HSL 304.64º 0.84% 0.39% -
HSV(B) 304.64º 0.91% 0.72% -
XYZ 27.3 13.5 39.7 -
YUV 83.9 177.16 199.4 -
System Red Green Blue C M Y K H S L
Decimal 184 16 171 0 0.91 0.07 0.28 304.64 0.84 0.39
Hex B8 10 AB 0 5B 7 1C 131 54 27
Octal 270 20 253 0 133 7 34 461 124 47
Binary 10111000 10000 10101011 0 1011011 111 11100 100110001 1010100 100111

Color Harmonies of #B810AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B810AB

Black with #B810AB

Text Example


Text Example

White with #B810AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B810AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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