#B60AA1

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

Shades of Medium Violet Red #B60AA1

Tints of Medium Violet Red #B60AA1

Color information

#B60AA1 (or 0xB60AA1) is unknown color: approx Medium Violet Red. HEX triplet: B6, 0A and A1. RGB value is (182,10,161). Sum of RGB (Red+Green+Blue) = 182+10+161=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 10 (4.30% from 255 or 2.83% from 353); Blue value is 161 (63.28% from 255 or 45.61% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B60AA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60AA1 is #49F55E. Grayscale: #4E4E4E. Windows color (decimal): -4846943 or 10554038. OLE color: 10554038.

HSL color Cylindrical-coordinate representation of color #B60AA1: hue angle of 307.33º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60AA1 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB18210161-
CMYK00.950.120.29
HSL307.33º89.58%37.65%-
HSV(B)307.33º94.51%71.37%-
XYZ25.8312.7434.81-
YUV78.64174.48201.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.56%
GREEN value IS 10 (4.30% from 255) = 2.83%
BLUE value IS 161 (63.28% from 255) = 45.61%
R=51.56%
G=2.83%
B=45.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821016100.950.120.29307.3389.5837.65
HexB6AA105FC1D1335a26
Octal266122410137143546313246
Binary10110110101010100001010111111100111011001100111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60AA1; }

 p { color: rgb(182,10,161); }

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

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

 a { background-color: rgb(182,10,161); }

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

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

 span { border-color: rgb(182,10,161); }

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