Html Css Color HEX #B40477 Medium Violet Red

📋 copy color: '#B40477'

red 180 ◦ green 4 ◦ blue 119

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

Shades of Medium Violet Red #B40477

Tints of Medium Violet Red #B40477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.27%

R = 59.41%
G = 1.32%
B = 39.27%

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

#B40477 (or 0xB40477) is known color: Medium Violet Red. HEX triplet: B4, 04 and 77. RGB value is (180,4,119). Sum of RGB (Red+Green+Blue) = 180+4+119=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B40477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40477 is #4BFB88. Grayscale: #454545. Windows color (decimal): -4979593 or 7799988. OLE color: 7799988.

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

Color convert

RGB 180 4 119 -
CMYK 0 0.98 0.34 0.29
HSL 320.8º 0.96% 0.36% -
HSV(B) 320.8º 0.98% 0.71% -
XYZ 22.2 11.12 18.43 -
YUV 69.73 155.81 206.65 -
System Red Green Blue C M Y K H S L
Decimal 180 4 119 0 0.98 0.34 0.29 320.8 0.96 0.36
Hex B4 4 77 0 62 22 1D 141 60 24
Octal 264 4 167 0 142 42 35 501 140 44
Binary 10110100 100 1110111 0 1100010 100010 11101 101000001 1100000 100100

Color Harmonies of #B40477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40477

Black with #B40477

Text Example


Text Example

White with #B40477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40477; }

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

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

background-color css

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

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

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

border-color css

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

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

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