Html Css Color HEX #B40F91 Medium Violet Red

📋 copy color: '#B40F91'

red 180 ◦ green 15 ◦ blue 145

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

Shades of Medium Violet Red #B40F91

Tints of Medium Violet Red #B40F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.65%

R = 52.94%
G = 4.41%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B40F91 (or 0xB40F91) is known color: Medium Violet Red. HEX triplet: B4, 0F and 91. RGB value is (180,15,145). Sum of RGB (Red+Green+Blue) = 180+15+145=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F91 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40F91 is #4BF06E. Grayscale: #4E4E4E. Windows color (decimal): -4976751 or 9506740. OLE color: 9506740.

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

Color convert

RGB 180 15 145 -
CMYK 0 0.92 0.19 0.29
HSL 312.73º 0.85% 0.38% -
HSV(B) 312.73º 0.92% 0.71% -
XYZ 24.1 12.09 27.85 -
YUV 79.16 165.16 199.93 -
System Red Green Blue C M Y K H S L
Decimal 180 15 145 0 0.92 0.19 0.29 312.73 0.85 0.38
Hex B4 F 91 0 5C 13 1D 139 55 26
Octal 264 17 221 0 134 23 35 471 125 46
Binary 10110100 1111 10010001 0 1011100 10011 11101 100111001 1010101 100110

Color Harmonies of #B40F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40F91

Black with #B40F91

Text Example


Text Example

White with #B40F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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