Html Css Color HEX #B411AB Deep Magenta

📋 copy color: '#B411AB'

red 180 ◦ green 17 ◦ blue 171

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

Shades of Deep Magenta #B411AB

Tints of Deep Magenta #B411AB

RGB

 RED value IS 180 (70.7% from 255) = 48.91%

 GREEN value IS 17 (7.03% from 255) = 4.62%

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

R = 48.91%
G = 4.62%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B411AB (or 0xB411AB) is known color: Deep Magenta. HEX triplet: B4, 11 and AB. RGB value is (180,17,171). Sum of RGB (Red+Green+Blue) = 180+17+171=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B411AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B411AB is #4BEE54. Grayscale: #525252. Windows color (decimal): -4976213 or 11211188. OLE color: 11211188.

HSL color Cylindrical-coordinate representation of color #B411AB: hue angle of 303.31º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B411AB is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 17 171 -
CMYK 0 0.91 0.05 0.29
HSL 303.31º 0.83% 0.39% -
HSV(B) 303.31º 0.91% 0.71% -
XYZ 26.37 13.04 39.66 -
YUV 83.29 177.5 196.98 -
System Red Green Blue C M Y K H S L
Decimal 180 17 171 0 0.91 0.05 0.29 303.31 0.83 0.39
Hex B4 11 AB 0 5B 5 1D 12F 53 27
Octal 264 21 253 0 133 5 35 457 123 47
Binary 10110100 10001 10101011 0 1011011 101 11101 100101111 1010011 100111

Color Harmonies of #B411AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B411AB

Black with #B411AB

Text Example


Text Example

White with #B411AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B411AB; }

 p { color: rgb(180,17,171); }

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

background-color css

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

 a { background-color: rgb(180,17,171); }

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

border-color css

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

 span { border-color: rgb(180,17,171); }

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