Html Css Color HEX #B40576 Medium Violet Red

📋 copy color: '#B40576'

red 180 ◦ green 5 ◦ blue 118

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

Shades of Medium Violet Red #B40576

Tints of Medium Violet Red #B40576

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.65%

 BLUE value IS 118 (46.48% from 255) = 38.94%

R = 59.41%
G = 1.65%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B40576 (or 0xB40576) is known color: Medium Violet Red. HEX triplet: B4, 05 and 76. RGB value is (180,5,118). Sum of RGB (Red+Green+Blue) = 180+5+118=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B40576 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40576 is #4BFA89. Grayscale: #454545. Windows color (decimal): -4979338 or 7734708. OLE color: 7734708.

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

Color convert

RGB 180 5 118 -
CMYK 0 0.97 0.34 0.29
HSL 321.26º 0.95% 0.36% -
HSV(B) 321.26º 0.97% 0.71% -
XYZ 22.15 11.12 18.12 -
YUV 70.21 154.98 206.31 -
System Red Green Blue C M Y K H S L
Decimal 180 5 118 0 0.97 0.34 0.29 321.26 0.95 0.36
Hex B4 5 76 0 61 22 1D 141 5F 24
Octal 264 5 166 0 141 42 35 501 137 44
Binary 10110100 101 1110110 0 1100001 100010 11101 101000001 1011111 100100

Color Harmonies of #B40576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40576

Black with #B40576

Text Example


Text Example

White with #B40576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40576; }

 p { color: rgb(180,5,118); }

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

background-color css

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

 a { background-color: rgb(180,5,118); }

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

border-color css

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

 span { border-color: rgb(180,5,118); }

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