Html Css Color HEX #B53373 Medium Red Violet

📋 copy color: '#B53373'

red 181 ◦ green 51 ◦ blue 115

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

Shades of Medium Red Violet #B53373

Tints of Medium Red Violet #B53373

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.7%

 BLUE value IS 115 (45.31% from 255) = 33.14%

R = 52.16%
G = 14.7%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B53373 (or 0xB53373) is known color: Medium Red Violet. HEX triplet: B5, 33 and 73. RGB value is (181,51,115). Sum of RGB (Red+Green+Blue) = 181+51+115=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B53373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53373 is #4ACC8C. Grayscale: #616161. Windows color (decimal): -4902029 or 7549877. OLE color: 7549877.

HSL color Cylindrical-coordinate representation of color #B53373: hue angle of 330.46º degrees, saturation: 0.56, 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 #B53373 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 51 115 -
CMYK 0 0.72 0.36 0.29
HSL 330.46º 0.56% 0.45% -
HSV(B) 330.46º 0.72% 0.71% -
XYZ 23.33 13.43 17.58 -
YUV 97.17 138.07 187.8 -
System Red Green Blue C M Y K H S L
Decimal 181 51 115 0 0.72 0.36 0.29 330.46 0.56 0.45
Hex B5 33 73 0 48 24 1D 14A 38 2D
Octal 265 63 163 0 110 44 35 512 70 55
Binary 10110101 110011 1110011 0 1001000 100100 11101 101001010 111000 101101

Color Harmonies of #B53373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53373

Black with #B53373

Text Example


Text Example

White with #B53373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53373; }

 p { color: rgb(181,51,115); }

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

background-color css

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

 a { background-color: rgb(181,51,115); }

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

border-color css

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

 span { border-color: rgb(181,51,115); }

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