Html Css Color HEX #B53193 Medium Red Violet

📋 copy color: '#B53193'

red 181 ◦ green 49 ◦ blue 147

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

Shades of Medium Red Violet #B53193

Tints of Medium Red Violet #B53193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.99%

R = 48.01%
G = 13%
B = 38.99%

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

#B53193 (or 0xB53193) is known color: Medium Red Violet. HEX triplet: B5, 31 and 93. RGB value is (181,49,147). Sum of RGB (Red+Green+Blue) = 181+49+147=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B53193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53193 is #4ACE6C. Grayscale: #636363. Windows color (decimal): -4902509 or 9646517. OLE color: 9646517.

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

Color convert

RGB 181 49 147 -
CMYK 0 0.73 0.19 0.29
HSL 315.45º 0.57% 0.45% -
HSV(B) 315.45º 0.73% 0.71% -
XYZ 25.42 14.13 28.99 -
YUV 99.64 154.73 186.03 -
System Red Green Blue C M Y K H S L
Decimal 181 49 147 0 0.73 0.19 0.29 315.45 0.57 0.45
Hex B5 31 93 0 49 13 1D 13B 39 2D
Octal 265 61 223 0 111 23 35 473 71 55
Binary 10110101 110001 10010011 0 1001001 10011 11101 100111011 111001 101101

Color Harmonies of #B53193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53193

Black with #B53193

Text Example


Text Example

White with #B53193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53193; }

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

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

background-color css

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

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

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

border-color css

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

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

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