#B60AA2

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

Shades of Medium Violet Red #B60AA2

Tints of Medium Violet Red #B60AA2

Color information

#B60AA2 (or 0xB60AA2) is unknown color: approx Medium Violet Red. HEX triplet: B6, 0A and A2. RGB value is (182,10,162). Sum of RGB (Red+Green+Blue) = 182+10+162=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B60AA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60AA2 is #49F55D. Grayscale: #4E4E4E. Windows color (decimal): -4846942 or 10619574. OLE color: 10619574.

HSL color Cylindrical-coordinate representation of color #B60AA2: hue angle of 306.98º 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 #B60AA2 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB18210162-
CMYK00.950.110.29
HSL306.98º89.58%37.65%-
HSV(B)306.98º94.51%71.37%-
XYZ25.9212.7735.28-
YUV78.76174.98201.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.41%
GREEN value IS 10 (4.30% from 255) = 2.82%
BLUE value IS 162 (63.67% from 255) = 45.76%
R=51.41%
G=2.82%
B=45.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821016200.950.110.29306.9889.5837.65
HexB6AA205FB1D1335a26
Octal266122420137133546313246
Binary10110110101010100010010111111011111011001100111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60AA2; }

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

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

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

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

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

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

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

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