Html Css Color HEX #B521B1 Deep Magenta

📋 copy color: '#B521B1'

red 181 ◦ green 33 ◦ blue 177

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

Shades of Deep Magenta #B521B1

Tints of Deep Magenta #B521B1

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.44%

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

R = 46.29%
G = 8.44%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B521B1 (or 0xB521B1) is known color: Deep Magenta. HEX triplet: B5, 21 and B1. RGB value is (181,33,177). Sum of RGB (Red+Green+Blue) = 181+33+177=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B521B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B521B1 is #4ADE4E. Grayscale: #5D5D5D. Windows color (decimal): -4906575 or 11608501. OLE color: 11608501.

HSL color Cylindrical-coordinate representation of color #B521B1: hue angle of 301.62º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B521B1 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 33 177 -
CMYK 0 0.82 0.02 0.29
HSL 301.62º 0.69% 0.42% -
HSV(B) 301.62º 0.82% 0.71% -
XYZ 27.54 14.09 42.86 -
YUV 93.67 175.03 190.29 -
System Red Green Blue C M Y K H S L
Decimal 181 33 177 0 0.82 0.02 0.29 301.62 0.69 0.42
Hex B5 21 B1 0 52 2 1D 12E 45 2A
Octal 265 41 261 0 122 2 35 456 105 52
Binary 10110101 100001 10110001 0 1010010 10 11101 100101110 1000101 101010

Color Harmonies of #B521B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B521B1

Black with #B521B1

Text Example


Text Example

White with #B521B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B521B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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