Html Css Color HEX #B50478 Medium Violet Red

📋 copy color: '#B50478'

red 181 ◦ green 4 ◦ blue 120

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

Shades of Medium Violet Red #B50478

Tints of Medium Violet Red #B50478

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.31%

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

R = 59.34%
G = 1.31%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B50478 (or 0xB50478) is known color: Medium Violet Red. HEX triplet: B5, 04 and 78. RGB value is (181,4,120). Sum of RGB (Red+Green+Blue) = 181+4+120=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B50478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50478 is #4AFB87. Grayscale: #454545. Windows color (decimal): -4914056 or 7865525. OLE color: 7865525.

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

Color convert

RGB 181 4 120 -
CMYK 0 0.98 0.34 0.29
HSL 320.68º 0.96% 0.36% -
HSV(B) 320.68º 0.98% 0.71% -
XYZ 22.49 11.27 18.76 -
YUV 70.15 156.14 207.07 -
System Red Green Blue C M Y K H S L
Decimal 181 4 120 0 0.98 0.34 0.29 320.68 0.96 0.36
Hex B5 4 78 0 62 22 1D 141 60 24
Octal 265 4 170 0 142 42 35 501 140 44
Binary 10110101 100 1111000 0 1100010 100010 11101 101000001 1100000 100100

Color Harmonies of #B50478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50478

Black with #B50478

Text Example


Text Example

White with #B50478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50478; }

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

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

background-color css

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

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

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

border-color css

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

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

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