#B60BA5

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

Shades of Medium Violet Red #B60BA5

Tints of Medium Violet Red #B60BA5

Color information

#B60BA5 (or 0xB60BA5) is unknown color: approx Medium Violet Red. HEX triplet: B6, 0B and A5. RGB value is (182,11,165). Sum of RGB (Red+Green+Blue) = 182+11+165=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 165 (64.84% from 255 or 46.09% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B60BA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60BA5 is #49F45A. Grayscale: #4F4F4F. Windows color (decimal): -4846683 or 10816438. OLE color: 10816438.

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

Color convert

RGB18211165-
CMYK00.940.090.29
HSL305.96º88.6%37.84%-
HSV(B)305.96º93.96%71.37%-
XYZ26.212.936.71-
YUV79.68176.15200.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.84%
GREEN value IS 11 (4.69% from 255) = 3.07%
BLUE value IS 165 (64.84% from 255) = 46.09%
R=50.84%
G=3.07%
B=46.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821116500.940.090.29305.9688.637.84
HexB6BA505E91D1325926
Octal266132450136113546213146
Binary10110110101110100101010111101001111011001100101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60BA5; }

 p { color: rgb(182,11,165); }

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

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

 a { background-color: rgb(182,11,165); }

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

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

 span { border-color: rgb(182,11,165); }

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