Html Css Color HEX #B511B3 Deep Magenta

📋 copy color: '#B511B3'

red 181 ◦ green 17 ◦ blue 179

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

Shades of Deep Magenta #B511B3

Tints of Deep Magenta #B511B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.48%

R = 48.01%
G = 4.51%
B = 47.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B511B3 (or 0xB511B3) is known color: Deep Magenta. HEX triplet: B5, 11 and B3. RGB value is (181,17,179). Sum of RGB (Red+Green+Blue) = 181+17+179=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 17 (7.03% from 255 or 4.51% from 377); Blue value is 179 (70.31% from 255 or 47.48% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B511B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B511B3 is #4AEE4C. Grayscale: #545454. Windows color (decimal): -4910669 or 11735477. OLE color: 11735477.

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

Color convert

RGB 181 17 179 -
CMYK 0 0.91 0.01 0.29
HSL 300.73º 0.83% 0.39% -
HSV(B) 300.73º 0.91% 0.71% -
XYZ 27.39 13.48 43.81 -
YUV 84.5 181.33 196.83 -
System Red Green Blue C M Y K H S L
Decimal 181 17 179 0 0.91 0.01 0.29 300.73 0.83 0.39
Hex B5 11 B3 0 5B 1 1D 12D 53 27
Octal 265 21 263 0 133 1 35 455 123 47
Binary 10110101 10001 10110011 0 1011011 1 11101 100101101 1010011 100111

Color Harmonies of #B511B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B511B3

Black with #B511B3

Text Example


Text Example

White with #B511B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B511B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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