#b10c9b

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

Shades of Medium Violet Red #B10C9B

Tints of Medium Violet Red #B10C9B

Color information

#B10C9B (or 0xB10C9B) is unknown color: approx Medium Violet Red. HEX triplet: B1, 0C and 9B. RGB value is (177,12,155). Sum of RGB (Red+Green+Blue) = 177+12+155=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 12 (5.08% from 255 or 3.49% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10C9B is #4EF364. Grayscale: #4D4D4D. Windows color (decimal): -5174117 or 10161329. OLE color: 10161329.

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

Color convert

RGB17712155-
CMYK00.930.120.31
HSL308º87.3%37.06%-
HSV(B)308º93.22%69.41%-
XYZ24.1811.9832.05-
YUV77.64171.66198.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.45%
GREEN value IS 12 (5.08% from 255) = 3.49%
BLUE value IS 155 (60.94% from 255) = 45.06%
R=51.45%
G=3.49%
B=45.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771215500.930.120.3130887.337.06
HexB1C9B05DC1F1345725
Octal261142330135143746412745
Binary10110001110010011011010111011100111111001101001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b10c9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b10c9b; }

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

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

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

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

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

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

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

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