Html Css Color HEX #B53295 Medium Red Violet

📋 copy color: '#B53295'

red 181 ◦ green 50 ◦ blue 149

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

Shades of Medium Red Violet #B53295

Tints of Medium Red Violet #B53295

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.16%

 BLUE value IS 149 (58.59% from 255) = 39.21%

R = 47.63%
G = 13.16%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B53295 (or 0xB53295) is known color: Medium Red Violet. HEX triplet: B5, 32 and 95. RGB value is (181,50,149). Sum of RGB (Red+Green+Blue) = 181+50+149=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B53295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53295 is #4ACD6A. Grayscale: #646464. Windows color (decimal): -4902251 or 9777845. OLE color: 9777845.

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

Color convert

RGB 181 50 149 -
CMYK 0 0.72 0.18 0.29
HSL 314.66º 0.57% 0.45% -
HSV(B) 314.66º 0.72% 0.71% -
XYZ 25.62 14.27 29.84 -
YUV 100.46 155.4 185.45 -
System Red Green Blue C M Y K H S L
Decimal 181 50 149 0 0.72 0.18 0.29 314.66 0.57 0.45
Hex B5 32 95 0 48 12 1D 13B 39 2D
Octal 265 62 225 0 110 22 35 473 71 55
Binary 10110101 110010 10010101 0 1001000 10010 11101 100111011 111001 101101

Color Harmonies of #B53295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53295

Black with #B53295

Text Example


Text Example

White with #B53295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53295; }

 p { color: rgb(181,50,149); }

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

background-color css

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

 a { background-color: rgb(181,50,149); }

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

border-color css

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

 span { border-color: rgb(181,50,149); }

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