#B460A3

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

Shades of Violet Blue #B460A3

Tints of Violet Blue #B460A3

Color information

#B460A3 (or 0xB460A3) is unknown color: approx Violet Blue. HEX triplet: B4, 60 and A3. RGB value is (180,96,163). Sum of RGB (Red+Green+Blue) = 180+96+163=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 163 (64.06% from 255 or 37.13% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B460A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B460A3 is #4B9F5C. Grayscale: #808080. Windows color (decimal): -4955997 or 10707124. OLE color: 10707124.

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

Color convert

RGB18096163-
CMYK00.470.090.29
HSL312.14º35.9%54.12%-
HSV(B)312.14º46.67%70.59%-
XYZ29.6220.7137.09-
YUV128.75147.33164.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 96 (37.89% from 255) = 21.87%
BLUE value IS 163 (64.06% from 255) = 37.13%
R=41.00%
G=21.87%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809616300.470.090.29312.1435.954.12
HexB460A302F91D1382436
Octal26414024305711354704466
Binary101101001100000101000110101111100111101100111000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B460A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B460A3; }

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

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

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

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

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

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

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

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