#B10C7D

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

Shades of Medium Violet Red #B10C7D

Tints of Medium Violet Red #B10C7D

Color information

#B10C7D (or 0xB10C7D) is unknown color: approx Medium Violet Red. HEX triplet: B1, 0C and 7D. RGB value is (177,12,125). Sum of RGB (Red+Green+Blue) = 177+12+125=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10C7D is #4EF382. Grayscale: #494949. Windows color (decimal): -5174147 or 8195249. OLE color: 8195249.

HSL color Cylindrical-coordinate representation of color #B10C7D: hue angle of 318.91º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10C7D is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB17712125-
CMYK00.930.290.31
HSL318.91º87.3%37.06%-
HSV(B)318.91º93.22%69.41%-
XYZ21.9611.0920.39-
YUV74.22156.66201.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.37%
GREEN value IS 12 (5.08% from 255) = 3.82%
BLUE value IS 125 (49.22% from 255) = 39.81%
R=56.37%
G=3.82%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771212500.930.290.31318.9187.337.06
HexB1C7D05D1D1F13f5725
Octal261141750135353747712745
Binary10110001110011111010101110111101111111001111111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10C7D; }

 p { color: rgb(177,12,125); }

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

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

 a { background-color: rgb(177,12,125); }

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

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

 span { border-color: rgb(177,12,125); }

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