Html Css Color HEX #B40F86 Medium Violet Red

📋 copy color: '#B40F86'

red 180 ◦ green 15 ◦ blue 134

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

Shades of Medium Violet Red #B40F86

Tints of Medium Violet Red #B40F86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40.73%

R = 54.71%
G = 4.56%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B40F86 (or 0xB40F86) is known color: Medium Violet Red. HEX triplet: B4, 0F and 86. RGB value is (180,15,134). Sum of RGB (Red+Green+Blue) = 180+15+134=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 15 (6.25% from 255 or 4.56% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40F86 is #4BF079. Grayscale: #4D4D4D. Windows color (decimal): -4976762 or 8785844. OLE color: 8785844.

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

Color convert

RGB 180 15 134 -
CMYK 0 0.92 0.26 0.29
HSL 316.73º 0.85% 0.38% -
HSV(B) 316.73º 0.92% 0.71% -
XYZ 23.3 11.77 23.6 -
YUV 77.9 159.66 200.82 -
System Red Green Blue C M Y K H S L
Decimal 180 15 134 0 0.92 0.26 0.29 316.73 0.85 0.38
Hex B4 F 86 0 5C 1A 1D 13D 55 26
Octal 264 17 206 0 134 32 35 475 125 46
Binary 10110100 1111 10000110 0 1011100 11010 11101 100111101 1010101 100110

Color Harmonies of #B40F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40F86

Black with #B40F86

Text Example


Text Example

White with #B40F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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