Html Css Color HEX #B53374 Medium Red Violet

📋 copy color: '#B53374'

red 181 ◦ green 51 ◦ blue 116

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

Shades of Medium Red Violet #B53374

Tints of Medium Red Violet #B53374

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.66%

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

R = 52.01%
G = 14.66%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B53374 (or 0xB53374) is known color: Medium Red Violet. HEX triplet: B5, 33 and 74. RGB value is (181,51,116). Sum of RGB (Red+Green+Blue) = 181+51+116=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B53374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53374 is #4ACC8B. Grayscale: #616161. Windows color (decimal): -4902028 or 7615413. OLE color: 7615413.

HSL color Cylindrical-coordinate representation of color #B53374: hue angle of 330º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B53374 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 51 116 -
CMYK 0 0.72 0.36 0.29
HSL 330º 0.56% 0.45% -
HSV(B) 330º 0.72% 0.71% -
XYZ 23.39 13.45 17.89 -
YUV 97.28 138.57 187.71 -
System Red Green Blue C M Y K H S L
Decimal 181 51 116 0 0.72 0.36 0.29 330 0.56 0.45
Hex B5 33 74 0 48 24 1D 14A 38 2D
Octal 265 63 164 0 110 44 35 512 70 55
Binary 10110101 110011 1110100 0 1001000 100100 11101 101001010 111000 101101

Color Harmonies of #B53374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53374

Black with #B53374

Text Example


Text Example

White with #B53374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53374; }

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

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

background-color css

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

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

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

border-color css

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

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

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