Html Css Color HEX #B520BD Deep Magenta

📋 copy color: '#B520BD'

red 181 ◦ green 32 ◦ blue 189

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

Shades of Deep Magenta #B520BD

Tints of Deep Magenta #B520BD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.96%

 BLUE value IS 189 (74.22% from 255) = 47.01%

R = 45.02%
G = 7.96%
B = 47.01%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B520BD (or 0xB520BD) is known color: Deep Magenta. HEX triplet: B5, 20 and BD. RGB value is (181,32,189). Sum of RGB (Red+Green+Blue) = 181+32+189=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #B520BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B520BD is #4ADF42. Grayscale: #5D5D5D. Windows color (decimal): -4906819 or 12394677. OLE color: 12394677.

HSL color Cylindrical-coordinate representation of color #B520BD: hue angle of 296.94º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B520BD is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 32 189 -
CMYK 0.04 0.83 0 0.26
HSL 296.94º 0.71% 0.43% -
HSV(B) 296.94º 0.83% 0.74% -
XYZ 28.76 14.53 49.43 -
YUV 94.45 181.36 189.73 -
System Red Green Blue C M Y K H S L
Decimal 181 32 189 0.04 0.83 0 0.26 296.94 0.71 0.43
Hex B5 20 BD 4 53 0 1A 129 47 2B
Octal 265 40 275 4 123 0 32 451 107 53
Binary 10110101 100000 10111101 100 1010011 0 11010 100101001 1000111 101011

Color Harmonies of #B520BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B520BD

Black with #B520BD

Text Example


Text Example

White with #B520BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B520BD; }

 p { color: rgb(181,32,189); }

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

background-color css

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

 a { background-color: rgb(181,32,189); }

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

border-color css

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

 span { border-color: rgb(181,32,189); }

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