Html Css Color HEX #B53192 Medium Red Violet

📋 copy color: '#B53192'

red 181 ◦ green 49 ◦ blue 146

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

Shades of Medium Red Violet #B53192

Tints of Medium Red Violet #B53192

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.03%

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

R = 48.14%
G = 13.03%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B53192 (or 0xB53192) is known color: Medium Red Violet. HEX triplet: B5, 31 and 92. RGB value is (181,49,146). Sum of RGB (Red+Green+Blue) = 181+49+146=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B53192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53192 is #4ACE6D. Grayscale: #636363. Windows color (decimal): -4902510 or 9580981. OLE color: 9580981.

HSL color Cylindrical-coordinate representation of color #B53192: hue angle of 315.91º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B53192 is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 49 146 -
CMYK 0 0.73 0.19 0.29
HSL 315.91º 0.57% 0.45% -
HSV(B) 315.91º 0.73% 0.71% -
XYZ 25.34 14.1 28.58 -
YUV 99.53 154.23 186.11 -
System Red Green Blue C M Y K H S L
Decimal 181 49 146 0 0.73 0.19 0.29 315.91 0.57 0.45
Hex B5 31 92 0 49 13 1D 13C 39 2D
Octal 265 61 222 0 111 23 35 474 71 55
Binary 10110101 110001 10010010 0 1001001 10011 11101 100111100 111001 101101

Color Harmonies of #B53192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53192

Black with #B53192

Text Example


Text Example

White with #B53192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53192; }

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

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

background-color css

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

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

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

border-color css

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

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

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