#B460AA

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

Shades of Violet Blue #B460AA

Tints of Violet Blue #B460AA

Color information

#B460AA (or 0xB460AA) is unknown color: approx Violet Blue. HEX triplet: B4, 60 and AA. RGB value is (180,96,170). Sum of RGB (Red+Green+Blue) = 180+96+170=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B460AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B460AA is #4B9F55. Grayscale: #818181. Windows color (decimal): -4955990 or 11165876. OLE color: 11165876.

HSL color Cylindrical-coordinate representation of color #B460AA: hue angle of 307.14º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B460AA is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18096170-
CMYK00.470.060.29
HSL307.14º35.9%54.12%-
HSV(B)307.14º46.67%70.59%-
XYZ30.2620.9740.48-
YUV129.55150.83163.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.36%
GREEN value IS 96 (37.89% from 255) = 21.52%
BLUE value IS 170 (66.80% from 255) = 38.12%
R=40.36%
G=21.52%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809617000.470.060.29307.1435.954.12
HexB460AA02F61D1332436
Octal2641402520576354634466
Binary10110100110000010101010010111111011101100110011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B460AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B460AA; }

 p { color: rgb(180,96,170); }

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

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

 a { background-color: rgb(180,96,170); }

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

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

 span { border-color: rgb(180,96,170); }

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