Html Css Color HEX #B53790 Medium Red Violet

📋 copy color: '#B53790'

red 181 ◦ green 55 ◦ blue 144

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

Shades of Medium Red Violet #B53790

Tints of Medium Red Violet #B53790

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.47%

 BLUE value IS 144 (56.64% from 255) = 37.89%

R = 47.63%
G = 14.47%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B53790 (or 0xB53790) is known color: Medium Red Violet. HEX triplet: B5, 37 and 90. RGB value is (181,55,144). Sum of RGB (Red+Green+Blue) = 181+55+144=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 55 (21.88% from 255 or 14.47% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B53790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53790 is #4AC86F. Grayscale: #666666. Windows color (decimal): -4900976 or 9451445. OLE color: 9451445.

HSL color Cylindrical-coordinate representation of color #B53790: hue angle of 317.62º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B53790 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 55 144 -
CMYK 0 0.70 0.20 0.29
HSL 317.62º 0.53% 0.46% -
HSV(B) 317.62º 0.7% 0.71% -
XYZ 25.46 14.57 27.86 -
YUV 102.82 151.24 183.76 -
System Red Green Blue C M Y K H S L
Decimal 181 55 144 0 0.70 0.20 0.29 317.62 0.53 0.46
Hex B5 37 90 0 46 14 1D 13E 35 2E
Octal 265 67 220 0 106 24 35 476 65 56
Binary 10110101 110111 10010000 0 1000110 10100 11101 100111110 110101 101110

Color Harmonies of #B53790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53790

Black with #B53790

Text Example


Text Example

White with #B53790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53790; }

 p { color: rgb(181,55,144); }

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

background-color css

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

 a { background-color: rgb(181,55,144); }

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

border-color css

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

 span { border-color: rgb(181,55,144); }

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