Html Css Color HEX #B52A96 Medium Red Violet

📋 copy color: '#B52A96'

red 181 ◦ green 42 ◦ blue 150

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

Shades of Medium Red Violet #B52A96

Tints of Medium Red Violet #B52A96

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.26%

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

R = 48.53%
G = 11.26%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B52A96 (or 0xB52A96) is known color: Medium Red Violet. HEX triplet: B5, 2A and 96. RGB value is (181,42,150). Sum of RGB (Red+Green+Blue) = 181+42+150=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 42 (16.80% from 255 or 11.26% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52A96 is #4AD569. Grayscale: #5F5F5F. Windows color (decimal): -4904298 or 9841333. OLE color: 9841333.

HSL color Cylindrical-coordinate representation of color #B52A96: hue angle of 313.38º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B52A96 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 42 150 -
CMYK 0 0.77 0.17 0.29
HSL 313.38º 0.62% 0.44% -
HSV(B) 313.38º 0.77% 0.71% -
XYZ 25.39 13.68 30.16 -
YUV 95.87 158.55 188.72 -
System Red Green Blue C M Y K H S L
Decimal 181 42 150 0 0.77 0.17 0.29 313.38 0.62 0.44
Hex B5 2A 96 0 4D 11 1D 139 3E 2C
Octal 265 52 226 0 115 21 35 471 76 54
Binary 10110101 101010 10010110 0 1001101 10001 11101 100111001 111110 101100

Color Harmonies of #B52A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52A96

Black with #B52A96

Text Example


Text Example

White with #B52A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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