Html Css Color HEX #B411AF Deep Magenta

📋 copy color: '#B411AF'

red 180 ◦ green 17 ◦ blue 175

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

Shades of Deep Magenta #B411AF

Tints of Deep Magenta #B411AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.04%

R = 48.39%
G = 4.57%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B411AF (or 0xB411AF) is known color: Deep Magenta. HEX triplet: B4, 11 and AF. RGB value is (180,17,175). Sum of RGB (Red+Green+Blue) = 180+17+175=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 17 (7.03% from 255 or 4.57% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B411AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B411AF is #4BEE50. Grayscale: #535353. Windows color (decimal): -4976209 or 11473332. OLE color: 11473332.

HSL color Cylindrical-coordinate representation of color #B411AF: hue angle of 301.84º 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 #B411AF is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 17 175 -
CMYK 0 0.91 0.03 0.29
HSL 301.84º 0.83% 0.39% -
HSV(B) 301.84º 0.91% 0.71% -
XYZ 26.76 13.2 41.69 -
YUV 83.75 179.5 196.65 -
System Red Green Blue C M Y K H S L
Decimal 180 17 175 0 0.91 0.03 0.29 301.84 0.83 0.39
Hex B4 11 AF 0 5B 3 1D 12E 53 27
Octal 264 21 257 0 133 3 35 456 123 47
Binary 10110100 10001 10101111 0 1011011 11 11101 100101110 1010011 100111

Color Harmonies of #B411AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B411AF

Black with #B411AF

Text Example


Text Example

White with #B411AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B411AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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