Html Css Color HEX #B40D74 Medium Violet Red

📋 copy color: '#B40D74'

red 180 ◦ green 13 ◦ blue 116

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

Shades of Medium Violet Red #B40D74

Tints of Medium Violet Red #B40D74

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.21%

 BLUE value IS 116 (45.7% from 255) = 37.54%

R = 58.25%
G = 4.21%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B40D74 (or 0xB40D74) is known color: Medium Violet Red. HEX triplet: B4, 0D and 74. RGB value is (180,13,116). Sum of RGB (Red+Green+Blue) = 180+13+116=309 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.25% from 309); Green value is 13 (5.47% from 255 or 4.21% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 180 - color contains mainly: red. Hex color #B40D74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40D74 is #4BF28B. Grayscale: #4A4A4A. Windows color (decimal): -4977292 or 7605684. OLE color: 7605684.

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

Color convert

RGB 180 13 116 -
CMYK 0 0.93 0.36 0.29
HSL 322.99º 0.87% 0.38% -
HSV(B) 322.99º 0.93% 0.71% -
XYZ 22.12 11.25 17.53 -
YUV 74.68 151.33 203.12 -
System Red Green Blue C M Y K H S L
Decimal 180 13 116 0 0.93 0.36 0.29 322.99 0.87 0.38
Hex B4 D 74 0 5D 24 1D 143 57 26
Octal 264 15 164 0 135 44 35 503 127 46
Binary 10110100 1101 1110100 0 1011101 100100 11101 101000011 1010111 100110

Color Harmonies of #B40D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40D74

Black with #B40D74

Text Example


Text Example

White with #B40D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40D74; }

 p { color: rgb(180,13,116); }

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

background-color css

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

 a { background-color: rgb(180,13,116); }

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

border-color css

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

 span { border-color: rgb(180,13,116); }

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