#B01595

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

Shades of Medium Violet Red #B01595

Tints of Medium Violet Red #B01595

Color information

#B01595 (or 0xB01595) is unknown color: approx Medium Violet Red. HEX triplet: B0, 15 and 95. RGB value is (176,21,149). Sum of RGB (Red+Green+Blue) = 176+21+149=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B01595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01595 is #4FEA6A. Grayscale: #515151. Windows color (decimal): -5237355 or 9770416. OLE color: 9770416.

HSL color Cylindrical-coordinate representation of color #B01595: hue angle of 310.45º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B01595 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB17621149-
CMYK00.880.150.31
HSL310.45º78.68%38.63%-
HSV(B)310.45º88.07%69.02%-
XYZ23.611.9429.49-
YUV81.94165.85195.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.87%
GREEN value IS 21 (8.59% from 255) = 6.07%
BLUE value IS 149 (58.59% from 255) = 43.06%
R=50.87%
G=6.07%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762114900.880.150.31310.4578.6838.63
HexB01595058F1F1364f27
Octal260252250130173746611747
Binary101100001010110010101010110001111111111001101101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01595; }

 p { color: rgb(176,21,149); }

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

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

 a { background-color: rgb(176,21,149); }

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

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

 span { border-color: rgb(176,21,149); }

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