#B40F9B

Color #B40F9B Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B40F9B

Tints of Medium Violet Red #B40F9B

Color information

#B40F9B (or 0xB40F9B) is unknown color: approx Medium Violet Red. HEX triplet: B4, 0F and 9B. RGB value is (180,15,155). Sum of RGB (Red+Green+Blue) = 180+15+155=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40F9B is #4BF064. Grayscale: #4F4F4F. Windows color (decimal): -4976741 or 10162100. OLE color: 10162100.

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

Color convert

RGB18015155-
CMYK00.920.140.29
HSL309.09º84.62%38.24%-
HSV(B)309.09º91.67%70.59%-
XYZ24.9112.4132.09-
YUV80.3170.16199.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.43%
GREEN value IS 15 (6.25% from 255) = 4.29%
BLUE value IS 155 (60.94% from 255) = 44.29%
R=51.43%
G=4.29%
B=44.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801515500.920.140.29309.0984.6238.24
HexB4F9B05CE1D1355526
Octal264172330134163546512546
Binary10110100111110011011010111001110111011001101011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40F9B; }

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

 H1.HeaderClassName
 {
   color: #B40F9B;
 }
 .AnyTagClassName
 {
   color: #B40F9B;
 }
</style>
background-color css

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

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

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

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

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

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