#B10C8A

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

Shades of Medium Violet Red #B10C8A

Tints of Medium Violet Red #B10C8A

Color information

#B10C8A (or 0xB10C8A) is unknown color: approx Medium Violet Red. HEX triplet: B1, 0C and 8A. RGB value is (177,12,138). Sum of RGB (Red+Green+Blue) = 177+12+138=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10C8A is #4EF375. Grayscale: #4B4B4B. Windows color (decimal): -5174134 or 9047217. OLE color: 9047217.

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

Color convert

RGB17712138-
CMYK00.930.220.31
HSL314.18º87.3%37.06%-
HSV(B)314.18º93.22%69.41%-
XYZ22.8511.4525.05-
YUV75.7163.16200.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.13%
GREEN value IS 12 (5.08% from 255) = 3.67%
BLUE value IS 138 (54.30% from 255) = 42.20%
R=54.13%
G=3.67%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771213800.930.220.31314.1887.337.06
HexB1C8A05D161F13a5725
Octal261142120135263747212745
Binary101100011100100010100101110110110111111001110101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10C8A; }

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

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

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

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

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

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

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

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