Html Css Color HEX #B521BD Deep Magenta

📋 copy color: '#B521BD'

red 181 ◦ green 33 ◦ blue 189

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

Shades of Deep Magenta #B521BD

Tints of Deep Magenta #B521BD

RGB

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

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

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

R = 44.91%
G = 8.19%
B = 46.9%

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

#B521BD (or 0xB521BD) is known color: Deep Magenta. HEX triplet: B5, 21 and BD. RGB value is (181,33,189). Sum of RGB (Red+Green+Blue) = 181+33+189=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #B521BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B521BD is #4ADE42. Grayscale: #5E5E5E. Windows color (decimal): -4906563 or 12394933. OLE color: 12394933.

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

Color convert

RGB 181 33 189 -
CMYK 0.04 0.83 0 0.26
HSL 296.92º 0.7% 0.44% -
HSV(B) 296.92º 0.83% 0.74% -
XYZ 28.79 14.59 49.44 -
YUV 95.04 181.03 189.32 -
System Red Green Blue C M Y K H S L
Decimal 181 33 189 0.04 0.83 0 0.26 296.92 0.7 0.44
Hex B5 21 BD 4 53 0 1A 129 46 2C
Octal 265 41 275 4 123 0 32 451 106 54
Binary 10110101 100001 10111101 100 1010011 0 11010 100101001 1000110 101100

Color Harmonies of #B521BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B521BD

Black with #B521BD

Text Example


Text Example

White with #B521BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B521BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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