#B460AD

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

Shades of Violet Blue #B460AD

Tints of Violet Blue #B460AD

Color information

#B460AD (or 0xB460AD) is unknown color: approx Violet Blue. HEX triplet: B4, 60 and AD. RGB value is (180,96,173). Sum of RGB (Red+Green+Blue) = 180+96+173=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B460AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B460AD is #4B9F52. Grayscale: #818181. Windows color (decimal): -4955987 or 11362484. OLE color: 11362484.

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

Color convert

RGB18096173-
CMYK00.470.040.29
HSL305º35.9%54.12%-
HSV(B)305º46.67%70.59%-
XYZ30.5521.0942-
YUV129.89152.33163.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 96 (37.89% from 255) = 21.38%
BLUE value IS 173 (67.97% from 255) = 38.53%
R=40.09%
G=21.38%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809617300.470.040.2930535.954.12
HexB460AD02F41D1312436
Octal2641402550574354614466
Binary10110100110000010101101010111110011101100110001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B460AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B460AD; }

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

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

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

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

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

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

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

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