Html Css Color HEX #B522B3 Deep Magenta

📋 copy color: '#B522B3'

red 181 ◦ green 34 ◦ blue 179

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

Shades of Deep Magenta #B522B3

Tints of Deep Magenta #B522B3

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.63%

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

R = 45.94%
G = 8.63%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B522B3 (or 0xB522B3) is known color: Deep Magenta. HEX triplet: B5, 22 and B3. RGB value is (181,34,179). Sum of RGB (Red+Green+Blue) = 181+34+179=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 34 (13.67% from 255 or 8.63% from 394); Blue value is 179 (70.31% from 255 or 45.43% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B522B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B522B3 is #4ADD4C. Grayscale: #5E5E5E. Windows color (decimal): -4906317 or 11739829. OLE color: 11739829.

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

Color convert

RGB 181 34 179 -
CMYK 0 0.81 0.01 0.29
HSL 300.82º 0.68% 0.42% -
HSV(B) 300.82º 0.81% 0.71% -
XYZ 27.76 14.22 43.93 -
YUV 94.48 175.7 189.71 -
System Red Green Blue C M Y K H S L
Decimal 181 34 179 0 0.81 0.01 0.29 300.82 0.68 0.42
Hex B5 22 B3 0 51 1 1D 12D 44 2A
Octal 265 42 263 0 121 1 35 455 104 52
Binary 10110101 100010 10110011 0 1010001 1 11101 100101101 1000100 101010

Color Harmonies of #B522B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B522B3

Black with #B522B3

Text Example


Text Example

White with #B522B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B522B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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