Html Css Color HEX #B53491 Medium Red Violet

📋 copy color: '#B53491'

red 181 ◦ green 52 ◦ blue 145

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

Shades of Medium Red Violet #B53491

Tints of Medium Red Violet #B53491

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.76%

 BLUE value IS 145 (57.03% from 255) = 38.36%

R = 47.88%
G = 13.76%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B53491 (or 0xB53491) is known color: Medium Red Violet. HEX triplet: B5, 34 and 91. RGB value is (181,52,145). Sum of RGB (Red+Green+Blue) = 181+52+145=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B53491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53491 is #4ACB6E. Grayscale: #646464. Windows color (decimal): -4901743 or 9516213. OLE color: 9516213.

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

Color convert

RGB 181 52 145 -
CMYK 0 0.71 0.20 0.29
HSL 316.74º 0.55% 0.46% -
HSV(B) 316.74º 0.71% 0.71% -
XYZ 25.39 14.32 28.21 -
YUV 101.17 152.74 184.94 -
System Red Green Blue C M Y K H S L
Decimal 181 52 145 0 0.71 0.20 0.29 316.74 0.55 0.46
Hex B5 34 91 0 47 14 1D 13D 37 2E
Octal 265 64 221 0 107 24 35 475 67 56
Binary 10110101 110100 10010001 0 1000111 10100 11101 100111101 110111 101110

Color Harmonies of #B53491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53491

Black with #B53491

Text Example


Text Example

White with #B53491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53491; }

 p { color: rgb(181,52,145); }

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

background-color css

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

 a { background-color: rgb(181,52,145); }

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

border-color css

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

 span { border-color: rgb(181,52,145); }

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