Html Css Color HEX #B52197 Medium Red Violet

📋 copy color: '#B52197'

red 181 ◦ green 33 ◦ blue 151

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

Shades of Medium Red Violet #B52197

Tints of Medium Red Violet #B52197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.37%

R = 49.59%
G = 9.04%
B = 41.37%

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

#B52197 (or 0xB52197) is known color: Medium Red Violet. HEX triplet: B5, 21 and 97. RGB value is (181,33,151). Sum of RGB (Red+Green+Blue) = 181+33+151=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B52197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52197 is #4ADE68. Grayscale: #5A5A5A. Windows color (decimal): -4906601 or 9904565. OLE color: 9904565.

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

Color convert

RGB 181 33 151 -
CMYK 0 0.82 0.17 0.29
HSL 312.16º 0.69% 0.42% -
HSV(B) 312.16º 0.82% 0.71% -
XYZ 25.19 13.15 30.49 -
YUV 90.7 162.03 192.41 -
System Red Green Blue C M Y K H S L
Decimal 181 33 151 0 0.82 0.17 0.29 312.16 0.69 0.42
Hex B5 21 97 0 52 11 1D 138 45 2A
Octal 265 41 227 0 122 21 35 470 105 52
Binary 10110101 100001 10010111 0 1010010 10001 11101 100111000 1000101 101010

Color Harmonies of #B52197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52197

Black with #B52197

Text Example


Text Example

White with #B52197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52197; }

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

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

background-color css

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

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

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

border-color css

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

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

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