Html Css Color HEX #B52992 Medium Red Violet

📋 copy color: '#B52992'

red 181 ◦ green 41 ◦ blue 146

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

Shades of Medium Red Violet #B52992

Tints of Medium Red Violet #B52992

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.14%

 BLUE value IS 146 (57.42% from 255) = 39.67%

R = 49.18%
G = 11.14%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B52992 (or 0xB52992) is known color: Medium Red Violet. HEX triplet: B5, 29 and 92. RGB value is (181,41,146). Sum of RGB (Red+Green+Blue) = 181+41+146=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B52992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52992 is #4AD66D. Grayscale: #5E5E5E. Windows color (decimal): -4904558 or 9578933. OLE color: 9578933.

HSL color Cylindrical-coordinate representation of color #B52992: hue angle of 315º degrees, saturation: 0.63, 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 #B52992 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 41 146 -
CMYK 0 0.77 0.19 0.29
HSL 315º 0.63% 0.44% -
HSV(B) 315º 0.77% 0.71% -
XYZ 25.04 13.48 28.48 -
YUV 94.83 156.88 189.46 -
System Red Green Blue C M Y K H S L
Decimal 181 41 146 0 0.77 0.19 0.29 315 0.63 0.44
Hex B5 29 92 0 4D 13 1D 13B 3F 2C
Octal 265 51 222 0 115 23 35 473 77 54
Binary 10110101 101001 10010010 0 1001101 10011 11101 100111011 111111 101100

Color Harmonies of #B52992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52992

Black with #B52992

Text Example


Text Example

White with #B52992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52992; }

 p { color: rgb(181,41,146); }

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

background-color css

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

 a { background-color: rgb(181,41,146); }

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

border-color css

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

 span { border-color: rgb(181,41,146); }

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