Html Css Color HEX #B53394 Medium Red Violet

📋 copy color: '#B53394'

red 181 ◦ green 51 ◦ blue 148

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

Shades of Medium Red Violet #B53394

Tints of Medium Red Violet #B53394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.95%

R = 47.63%
G = 13.42%
B = 38.95%

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

#B53394 (or 0xB53394) is known color: Medium Red Violet. HEX triplet: B5, 33 and 94. RGB value is (181,51,148). Sum of RGB (Red+Green+Blue) = 181+51+148=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B53394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53394 is #4ACC6B. Grayscale: #646464. Windows color (decimal): -4901996 or 9712565. OLE color: 9712565.

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

Color convert

RGB 181 51 148 -
CMYK 0 0.72 0.18 0.29
HSL 315.23º 0.56% 0.45% -
HSV(B) 315.23º 0.72% 0.71% -
XYZ 25.59 14.33 29.43 -
YUV 100.93 154.57 185.11 -
System Red Green Blue C M Y K H S L
Decimal 181 51 148 0 0.72 0.18 0.29 315.23 0.56 0.45
Hex B5 33 94 0 48 12 1D 13B 38 2D
Octal 265 63 224 0 110 22 35 473 70 55
Binary 10110101 110011 10010100 0 1001000 10010 11101 100111011 111000 101101

Color Harmonies of #B53394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53394

Black with #B53394

Text Example


Text Example

White with #B53394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53394; }

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

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

background-color css

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

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

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

border-color css

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

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

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