Html Css Color HEX #B52397 Medium Red Violet

📋 copy color: '#B52397'

red 181 ◦ green 35 ◦ blue 151

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

Shades of Medium Red Violet #B52397

Tints of Medium Red Violet #B52397

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.54%

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

R = 49.32%
G = 9.54%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B52397 (or 0xB52397) is known color: Medium Red Violet. HEX triplet: B5, 23 and 97. RGB value is (181,35,151). Sum of RGB (Red+Green+Blue) = 181+35+151=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 35 (14.06% from 255 or 9.54% from 367); Blue value is 151 (59.38% from 255 or 41.14% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B52397 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52397 is #4ADC68. Grayscale: #5B5B5B. Windows color (decimal): -4906089 or 9905077. OLE color: 9905077.

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

Color convert

RGB 181 35 151 -
CMYK 0 0.81 0.17 0.29
HSL 312.33º 0.68% 0.42% -
HSV(B) 312.33º 0.81% 0.71% -
XYZ 25.24 13.26 30.51 -
YUV 91.88 161.37 191.57 -
System Red Green Blue C M Y K H S L
Decimal 181 35 151 0 0.81 0.17 0.29 312.33 0.68 0.42
Hex B5 23 97 0 51 11 1D 138 44 2A
Octal 265 43 227 0 121 21 35 470 104 52
Binary 10110101 100011 10010111 0 1010001 10001 11101 100111000 1000100 101010

Color Harmonies of #B52397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52397

Black with #B52397

Text Example


Text Example

White with #B52397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52397; }

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

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

background-color css

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

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

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

border-color css

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

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

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