Html Css Color HEX #B40478 Medium Violet Red

📋 copy color: '#B40478'

red 180 ◦ green 4 ◦ blue 120

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

Shades of Medium Violet Red #B40478

Tints of Medium Violet Red #B40478

RGB

 RED value IS 180 (70.7% from 255) = 59.21%

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

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

R = 59.21%
G = 1.32%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B40478 (or 0xB40478) is known color: Medium Violet Red. HEX triplet: B4, 04 and 78. RGB value is (180,4,120). Sum of RGB (Red+Green+Blue) = 180+4+120=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B40478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40478 is #4BFB87. Grayscale: #454545. Windows color (decimal): -4979592 or 7865524. OLE color: 7865524.

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

Color convert

RGB 180 4 120 -
CMYK 0 0.98 0.33 0.29
HSL 320.45º 0.96% 0.36% -
HSV(B) 320.45º 0.98% 0.71% -
XYZ 22.26 11.15 18.75 -
YUV 69.85 156.31 206.57 -
System Red Green Blue C M Y K H S L
Decimal 180 4 120 0 0.98 0.33 0.29 320.45 0.96 0.36
Hex B4 4 78 0 62 21 1D 140 60 24
Octal 264 4 170 0 142 41 35 500 140 44
Binary 10110100 100 1111000 0 1100010 100001 11101 101000000 1100000 100100

Color Harmonies of #B40478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40478

Black with #B40478

Text Example


Text Example

White with #B40478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40478; }

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

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

background-color css

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

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

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

border-color css

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

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

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