#B10AA3

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

Shades of Medium Violet Red #B10AA3

Tints of Medium Violet Red #B10AA3

Color information

#B10AA3 (or 0xB10AA3) is unknown color: approx Medium Violet Red. HEX triplet: B1, 0A and A3. RGB value is (177,10,163). Sum of RGB (Red+Green+Blue) = 177+10+163=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 10 (4.30% from 255 or 2.86% from 350); Blue value is 163 (64.06% from 255 or 46.57% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B10AA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10AA3 is #4EF55C. Grayscale: #4C4C4C. Windows color (decimal): -5174621 or 10685105. OLE color: 10685105.

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

Color convert

RGB17710163-
CMYK00.940.080.31
HSL305.03º89.3%36.67%-
HSV(B)305.03º94.35%69.41%-
XYZ24.8512.2135.7-
YUV77.38176.33199.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.57%
GREEN value IS 10 (4.30% from 255) = 2.86%
BLUE value IS 163 (64.06% from 255) = 46.57%
R=50.57%
G=2.86%
B=46.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771016300.940.080.31305.0389.336.67
HexB1AA305E81F1315925
Octal261122430136103746113145
Binary10110001101010100011010111101000111111001100011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10AA3; }

 p { color: rgb(177,10,163); }

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

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

 a { background-color: rgb(177,10,163); }

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

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

 span { border-color: rgb(177,10,163); }

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