Html Css Color HEX #B520BE Deep Magenta

📋 copy color: '#B520BE'

red 181 ◦ green 32 ◦ blue 190

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

Shades of Deep Magenta #B520BE

Tints of Deep Magenta #B520BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.15%

R = 44.91%
G = 7.94%
B = 47.15%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B520BE (or 0xB520BE) is known color: Deep Magenta. HEX triplet: B5, 20 and BE. RGB value is (181,32,190). Sum of RGB (Red+Green+Blue) = 181+32+190=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #B520BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B520BE is #4ADF41. Grayscale: #5E5E5E. Windows color (decimal): -4906818 or 12460213. OLE color: 12460213.

HSL color Cylindrical-coordinate representation of color #B520BE: hue angle of 296.58º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B520BE is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 32 190 -
CMYK 0.05 0.83 0 0.25
HSL 296.58º 0.71% 0.44% -
HSV(B) 296.58º 0.83% 0.75% -
XYZ 28.87 14.57 50.01 -
YUV 94.56 181.86 189.65 -
System Red Green Blue C M Y K H S L
Decimal 181 32 190 0.05 0.83 0 0.25 296.58 0.71 0.44
Hex B5 20 BE 5 53 0 19 129 47 2C
Octal 265 40 276 5 123 0 31 451 107 54
Binary 10110101 100000 10111110 101 1010011 0 11001 100101001 1000111 101100

Color Harmonies of #B520BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B520BE

Black with #B520BE

Text Example


Text Example

White with #B520BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B520BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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