Html Css Color HEX #B53978 Medium Red Violet

📋 copy color: '#B53978'

red 181 ◦ green 57 ◦ blue 120

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

Shades of Medium Red Violet #B53978

Tints of Medium Red Violet #B53978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.52%

R = 50.56%
G = 15.92%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B53978 (or 0xB53978) is known color: Medium Red Violet. HEX triplet: B5, 39 and 78. RGB value is (181,57,120). Sum of RGB (Red+Green+Blue) = 181+57+120=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B53978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53978 is #4AC687. Grayscale: #656565. Windows color (decimal): -4900488 or 7879093. OLE color: 7879093.

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

Color convert

RGB 181 57 120 -
CMYK 0 0.69 0.34 0.29
HSL 329.52º 0.52% 0.47% -
HSV(B) 329.52º 0.69% 0.71% -
XYZ 23.91 14.11 19.23 -
YUV 101.26 138.58 184.88 -
System Red Green Blue C M Y K H S L
Decimal 181 57 120 0 0.69 0.34 0.29 329.52 0.52 0.47
Hex B5 39 78 0 45 22 1D 14A 34 2F
Octal 265 71 170 0 105 42 35 512 64 57
Binary 10110101 111001 1111000 0 1000101 100010 11101 101001010 110100 101111

Color Harmonies of #B53978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53978

Black with #B53978

Text Example


Text Example

White with #B53978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53978; }

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

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

background-color css

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

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

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

border-color css

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

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

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