Html Css Color HEX #B52292 Medium Red Violet

📋 copy color: '#B52292'

red 181 ◦ green 34 ◦ blue 146

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

Shades of Medium Red Violet #B52292

Tints of Medium Red Violet #B52292

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.42%

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

R = 50.14%
G = 9.42%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B52292 (or 0xB52292) is known color: Medium Red Violet. HEX triplet: B5, 22 and 92. RGB value is (181,34,146). Sum of RGB (Red+Green+Blue) = 181+34+146=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B52292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52292 is #4ADD6D. Grayscale: #5A5A5A. Windows color (decimal): -4906350 or 9577141. OLE color: 9577141.

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

Color convert

RGB 181 34 146 -
CMYK 0 0.81 0.19 0.29
HSL 314.29º 0.68% 0.42% -
HSV(B) 314.29º 0.81% 0.71% -
XYZ 24.82 13.04 28.4 -
YUV 90.72 159.2 192.39 -
System Red Green Blue C M Y K H S L
Decimal 181 34 146 0 0.81 0.19 0.29 314.29 0.68 0.42
Hex B5 22 92 0 51 13 1D 13A 44 2A
Octal 265 42 222 0 121 23 35 472 104 52
Binary 10110101 100010 10010010 0 1010001 10011 11101 100111010 1000100 101010

Color Harmonies of #B52292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52292

Black with #B52292

Text Example


Text Example

White with #B52292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52292; }

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

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

background-color css

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

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

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

border-color css

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

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

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