#B460A0

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

Shades of Violet Blue #B460A0

Tints of Violet Blue #B460A0

Color information

#B460A0 (or 0xB460A0) is unknown color: approx Violet Blue. HEX triplet: B4, 60 and A0. RGB value is (180,96,160). Sum of RGB (Red+Green+Blue) = 180+96+160=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B460A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B460A0 is #4B9F5F. Grayscale: #808080. Windows color (decimal): -4956000 or 10510516. OLE color: 10510516.

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

Color convert

RGB18096160-
CMYK00.470.110.29
HSL314.29º35.9%54.12%-
HSV(B)314.29º46.67%70.59%-
XYZ29.3520.6135.69-
YUV128.41145.83164.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.28%
GREEN value IS 96 (37.89% from 255) = 22.02%
BLUE value IS 160 (62.89% from 255) = 36.70%
R=41.28%
G=22.02%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809616000.470.110.29314.2935.954.12
HexB460A002FB1D13a2436
Octal26414024005713354724466
Binary101101001100000101000000101111101111101100111010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B460A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B460A0; }

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

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

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

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

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

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

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

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