Html Css Color HEX #B40F81 Medium Violet Red

📋 copy color: '#B40F81'

red 180 ◦ green 15 ◦ blue 129

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

Shades of Medium Violet Red #B40F81

Tints of Medium Violet Red #B40F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.81%

R = 55.56%
G = 4.63%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B40F81 (or 0xB40F81) is known color: Medium Violet Red. HEX triplet: B4, 0F and 81. RGB value is (180,15,129). Sum of RGB (Red+Green+Blue) = 180+15+129=324 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.56% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40F81 is #4BF07E. Grayscale: #4D4D4D. Windows color (decimal): -4976767 or 8458164. OLE color: 8458164.

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

Color convert

RGB 180 15 129 -
CMYK 0 0.92 0.28 0.29
HSL 318.55º 0.85% 0.38% -
HSV(B) 318.55º 0.92% 0.71% -
XYZ 22.96 11.63 21.8 -
YUV 77.33 157.16 201.23 -
System Red Green Blue C M Y K H S L
Decimal 180 15 129 0 0.92 0.28 0.29 318.55 0.85 0.38
Hex B4 F 81 0 5C 1C 1D 13F 55 26
Octal 264 17 201 0 134 34 35 477 125 46
Binary 10110100 1111 10000001 0 1011100 11100 11101 100111111 1010101 100110

Color Harmonies of #B40F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40F81

Black with #B40F81

Text Example


Text Example

White with #B40F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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