Html Css Color HEX #B52099 Medium Violet Red

📋 copy color: '#B52099'

red 181 ◦ green 32 ◦ blue 153

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

Shades of Medium Violet Red #B52099

Tints of Medium Violet Red #B52099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.8%

R = 49.45%
G = 8.74%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B52099 (or 0xB52099) is known color: Medium Violet Red. HEX triplet: B5, 20 and 99. RGB value is (181,32,153). Sum of RGB (Red+Green+Blue) = 181+32+153=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B52099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52099 is #4ADF66. Grayscale: #5A5A5A. Windows color (decimal): -4906855 or 10035381. OLE color: 10035381.

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

Color convert

RGB 181 32 153 -
CMYK 0 0.82 0.15 0.29
HSL 311.28º 0.7% 0.42% -
HSV(B) 311.28º 0.82% 0.71% -
XYZ 25.32 13.16 31.34 -
YUV 90.35 163.36 192.66 -
System Red Green Blue C M Y K H S L
Decimal 181 32 153 0 0.82 0.15 0.29 311.28 0.7 0.42
Hex B5 20 99 0 52 F 1D 137 46 2A
Octal 265 40 231 0 122 17 35 467 106 52
Binary 10110101 100000 10011001 0 1010010 1111 11101 100110111 1000110 101010

Color Harmonies of #B52099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52099

Black with #B52099

Text Example


Text Example

White with #B52099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52099; }

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

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

background-color css

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

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

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

border-color css

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

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

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