#B10C7F

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

Shades of Medium Violet Red #B10C7F

Tints of Medium Violet Red #B10C7F

Color information

#B10C7F (or 0xB10C7F) is unknown color: approx Medium Violet Red. HEX triplet: B1, 0C and 7F. RGB value is (177,12,127). Sum of RGB (Red+Green+Blue) = 177+12+127=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10C7F is #4EF380. Grayscale: #4A4A4A. Windows color (decimal): -5174145 or 8326321. OLE color: 8326321.

HSL color Cylindrical-coordinate representation of color #B10C7F: hue angle of 318.18º 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 #B10C7F is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB17712127-
CMYK00.930.280.31
HSL318.18º87.3%37.06%-
HSV(B)318.18º93.22%69.41%-
XYZ22.0911.1421.06-
YUV74.44157.66201.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.01%
GREEN value IS 12 (5.08% from 255) = 3.80%
BLUE value IS 127 (50% from 255) = 40.19%
R=56.01%
G=3.80%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771212700.930.280.31318.1887.337.06
HexB1C7F05D1C1F13e5725
Octal261141770135343747612745
Binary10110001110011111110101110111100111111001111101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10C7F; }

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

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

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

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

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

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

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

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