Html Css Color HEX #B53471 Medium Red Violet

📋 copy color: '#B53471'

red 181 ◦ green 52 ◦ blue 113

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

Shades of Medium Red Violet #B53471

Tints of Medium Red Violet #B53471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.66%

R = 52.31%
G = 15.03%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B53471 (or 0xB53471) is known color: Medium Red Violet. HEX triplet: B5, 34 and 71. RGB value is (181,52,113). Sum of RGB (Red+Green+Blue) = 181+52+113=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B53471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53471 is #4ACB8E. Grayscale: #616161. Windows color (decimal): -4901775 or 7419061. OLE color: 7419061.

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

Color convert

RGB 181 52 113 -
CMYK 0 0.71 0.38 0.29
HSL 331.63º 0.55% 0.46% -
HSV(B) 331.63º 0.71% 0.71% -
XYZ 23.26 13.47 17 -
YUV 97.53 136.74 187.54 -
System Red Green Blue C M Y K H S L
Decimal 181 52 113 0 0.71 0.38 0.29 331.63 0.55 0.46
Hex B5 34 71 0 47 26 1D 14C 37 2E
Octal 265 64 161 0 107 46 35 514 67 56
Binary 10110101 110100 1110001 0 1000111 100110 11101 101001100 110111 101110

Color Harmonies of #B53471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53471

Black with #B53471

Text Example


Text Example

White with #B53471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53471; }

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

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

background-color css

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

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

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

border-color css

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

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

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