Html Css Color HEX #B40F76 Medium Violet Red

📋 copy color: '#B40F76'

red 180 ◦ green 15 ◦ blue 118

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

Shades of Medium Violet Red #B40F76

Tints of Medium Violet Red #B40F76

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.79%

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

R = 57.51%
G = 4.79%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B40F76 (or 0xB40F76) is known color: Medium Violet Red. HEX triplet: B4, 0F and 76. RGB value is (180,15,118). Sum of RGB (Red+Green+Blue) = 180+15+118=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40F76 is #4BF089. Grayscale: #4B4B4B. Windows color (decimal): -4976778 or 7737268. OLE color: 7737268.

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

Color convert

RGB 180 15 118 -
CMYK 0 0.92 0.34 0.29
HSL 322.55º 0.85% 0.38% -
HSV(B) 322.55º 0.92% 0.71% -
XYZ 22.26 11.35 18.16 -
YUV 76.08 151.66 202.12 -
System Red Green Blue C M Y K H S L
Decimal 180 15 118 0 0.92 0.34 0.29 322.55 0.85 0.38
Hex B4 F 76 0 5C 22 1D 143 55 26
Octal 264 17 166 0 134 42 35 503 125 46
Binary 10110100 1111 1110110 0 1011100 100010 11101 101000011 1010101 100110

Color Harmonies of #B40F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40F76

Black with #B40F76

Text Example


Text Example

White with #B40F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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