Html Css Color HEX #B53990 Medium Red Violet

📋 copy color: '#B53990'

red 181 ◦ green 57 ◦ blue 144

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

Shades of Medium Red Violet #B53990

Tints of Medium Red Violet #B53990

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.92%

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

R = 47.38%
G = 14.92%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B53990 (or 0xB53990) is known color: Medium Red Violet. HEX triplet: B5, 39 and 90. RGB value is (181,57,144). Sum of RGB (Red+Green+Blue) = 181+57+144=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 57 (22.66% from 255 or 14.92% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B53990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53990 is #4AC66F. Grayscale: #676767. Windows color (decimal): -4900464 or 9451957. OLE color: 9451957.

HSL color Cylindrical-coordinate representation of color #B53990: hue angle of 317.9º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53990 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 57 144 -
CMYK 0 0.69 0.20 0.29
HSL 317.9º 0.52% 0.47% -
HSV(B) 317.9º 0.69% 0.71% -
XYZ 25.55 14.76 27.89 -
YUV 103.99 150.58 182.93 -
System Red Green Blue C M Y K H S L
Decimal 181 57 144 0 0.69 0.20 0.29 317.9 0.52 0.47
Hex B5 39 90 0 45 14 1D 13E 34 2F
Octal 265 71 220 0 105 24 35 476 64 57
Binary 10110101 111001 10010000 0 1000101 10100 11101 100111110 110100 101111

Color Harmonies of #B53990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53990

Black with #B53990

Text Example


Text Example

White with #B53990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53990; }

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

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

background-color css

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

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

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

border-color css

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

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

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