Html Css Color HEX #B53474 Medium Red Violet

📋 copy color: '#B53474'

red 181 ◦ green 52 ◦ blue 116

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

Shades of Medium Red Violet #B53474

Tints of Medium Red Violet #B53474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.24%

R = 51.86%
G = 14.9%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B53474 (or 0xB53474) is known color: Medium Red Violet. HEX triplet: B5, 34 and 74. RGB value is (181,52,116). Sum of RGB (Red+Green+Blue) = 181+52+116=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B53474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53474 is #4ACB8B. Grayscale: #616161. Windows color (decimal): -4901772 or 7615669. OLE color: 7615669.

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

Color convert

RGB 181 52 116 -
CMYK 0 0.71 0.36 0.29
HSL 330.23º 0.55% 0.46% -
HSV(B) 330.23º 0.71% 0.71% -
XYZ 23.44 13.54 17.9 -
YUV 97.87 138.24 187.3 -
System Red Green Blue C M Y K H S L
Decimal 181 52 116 0 0.71 0.36 0.29 330.23 0.55 0.46
Hex B5 34 74 0 47 24 1D 14A 37 2E
Octal 265 64 164 0 107 44 35 512 67 56
Binary 10110101 110100 1110100 0 1000111 100100 11101 101001010 110111 101110

Color Harmonies of #B53474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53474

Black with #B53474

Text Example


Text Example

White with #B53474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53474; }

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

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

background-color css

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

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

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

border-color css

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

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

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