Html Css Color HEX #B511B1 Deep Magenta

📋 copy color: '#B511B1'

red 181 ◦ green 17 ◦ blue 177

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

Shades of Deep Magenta #B511B1

Tints of Deep Magenta #B511B1

RGB

 RED value IS 181 (71.09% from 255) = 48.27%

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

 BLUE value IS 177 (69.53% from 255) = 47.2%

R = 48.27%
G = 4.53%
B = 47.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B511B1 (or 0xB511B1) is known color: Deep Magenta. HEX triplet: B5, 11 and B1. RGB value is (181,17,177). Sum of RGB (Red+Green+Blue) = 181+17+177=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 177 (69.53% from 255 or 47.2% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B511B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B511B1 is #4AEE4E. Grayscale: #535353. Windows color (decimal): -4910671 or 11604405. OLE color: 11604405.

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

Color convert

RGB 181 17 177 -
CMYK 0 0.91 0.02 0.29
HSL 301.46º 0.83% 0.39% -
HSV(B) 301.46º 0.91% 0.71% -
XYZ 27.19 13.4 42.75 -
YUV 84.28 180.33 196.99 -
System Red Green Blue C M Y K H S L
Decimal 181 17 177 0 0.91 0.02 0.29 301.46 0.83 0.39
Hex B5 11 B1 0 5B 2 1D 12D 53 27
Octal 265 21 261 0 133 2 35 455 123 47
Binary 10110101 10001 10110001 0 1011011 10 11101 100101101 1010011 100111

Color Harmonies of #B511B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B511B1

Black with #B511B1

Text Example


Text Example

White with #B511B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B511B1; }

 p { color: rgb(181,17,177); }

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

background-color css

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

 a { background-color: rgb(181,17,177); }

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

border-color css

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

 span { border-color: rgb(181,17,177); }

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