#B40995

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

Shades of Medium Violet Red #B40995

Tints of Medium Violet Red #B40995

Color information

#B40995 (or 0xB40995) is unknown color: approx Medium Violet Red. HEX triplet: B4, 09 and 95. RGB value is (180,9,149). Sum of RGB (Red+Green+Blue) = 180+9+149=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B40995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40995 is #4BF66A. Grayscale: #4B4B4B. Windows color (decimal): -4978283 or 9767348. OLE color: 9767348.

HSL color Cylindrical-coordinate representation of color #B40995: hue angle of 310.88º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B40995 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB1809149-
CMYK00.950.170.29
HSL310.88º90.48%37.06%-
HSV(B)310.88º95%70.59%-
XYZ24.3412.0729.48-
YUV76.09169.15202.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.25%
GREEN value IS 9 (3.91% from 255) = 2.66%
BLUE value IS 149 (58.59% from 255) = 44.08%
R=53.25%
G=2.66%
B=44.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180914900.950.170.29310.8890.4837.06
HexB499505F111D1375a25
Octal264112250137213546713245
Binary101101001001100101010101111110001111011001101111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40995; }

 p { color: rgb(180,9,149); }

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

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

 a { background-color: rgb(180,9,149); }

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

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

 span { border-color: rgb(180,9,149); }

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