Html Css Color HEX #B52493 Medium Red Violet

📋 copy color: '#B52493'

red 181 ◦ green 36 ◦ blue 147

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

Shades of Medium Red Violet #B52493

Tints of Medium Red Violet #B52493

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.89%

 BLUE value IS 147 (57.81% from 255) = 40.38%

R = 49.73%
G = 9.89%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B52493 (or 0xB52493) is known color: Medium Red Violet. HEX triplet: B5, 24 and 93. RGB value is (181,36,147). Sum of RGB (Red+Green+Blue) = 181+36+147=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B52493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52493 is #4ADB6C. Grayscale: #5B5B5B. Windows color (decimal): -4905837 or 9643189. OLE color: 9643189.

HSL color Cylindrical-coordinate representation of color #B52493: hue angle of 314.07º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52493 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 36 147 -
CMYK 0 0.80 0.19 0.29
HSL 314.07º 0.67% 0.43% -
HSV(B) 314.07º 0.8% 0.71% -
XYZ 24.95 13.19 28.83 -
YUV 92.01 159.04 191.47 -
System Red Green Blue C M Y K H S L
Decimal 181 36 147 0 0.80 0.19 0.29 314.07 0.67 0.43
Hex B5 24 93 0 50 13 1D 13A 43 2B
Octal 265 44 223 0 120 23 35 472 103 53
Binary 10110101 100100 10010011 0 1010000 10011 11101 100111010 1000011 101011

Color Harmonies of #B52493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52493

Black with #B52493

Text Example


Text Example

White with #B52493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52493; }

 p { color: rgb(181,36,147); }

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

background-color css

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

 a { background-color: rgb(181,36,147); }

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

border-color css

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

 span { border-color: rgb(181,36,147); }

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