Html Css Color HEX #B52096 Medium Violet Red

📋 copy color: '#B52096'

red 181 ◦ green 32 ◦ blue 150

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

Shades of Medium Violet Red #B52096

Tints of Medium Violet Red #B52096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.32%

R = 49.86%
G = 8.82%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B52096 (or 0xB52096) is known color: Medium Violet Red. HEX triplet: B5, 20 and 96. RGB value is (181,32,150). Sum of RGB (Red+Green+Blue) = 181+32+150=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B52096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52096 is #4ADF69. Grayscale: #595959. Windows color (decimal): -4906858 or 9838773. OLE color: 9838773.

HSL color Cylindrical-coordinate representation of color #B52096: hue angle of 312.48º degrees, saturation: 0.7, 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 #B52096 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 32 150 -
CMYK 0 0.82 0.17 0.29
HSL 312.48º 0.7% 0.42% -
HSV(B) 312.48º 0.82% 0.71% -
XYZ 25.08 13.06 30.05 -
YUV 90 161.86 192.91 -
System Red Green Blue C M Y K H S L
Decimal 181 32 150 0 0.82 0.17 0.29 312.48 0.7 0.42
Hex B5 20 96 0 52 11 1D 138 46 2A
Octal 265 40 226 0 122 21 35 470 106 52
Binary 10110101 100000 10010110 0 1010010 10001 11101 100111000 1000110 101010

Color Harmonies of #B52096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52096

Black with #B52096

Text Example


Text Example

White with #B52096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52096; }

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

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

background-color css

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

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

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

border-color css

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

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

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