#B460AE

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

Shades of Violet Blue #B460AE

Tints of Violet Blue #B460AE

Color information

#B460AE (or 0xB460AE) is unknown color: approx Violet Blue. HEX triplet: B4, 60 and AE. RGB value is (180,96,174). Sum of RGB (Red+Green+Blue) = 180+96+174=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B460AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B460AE is #4B9F51. Grayscale: #818181. Windows color (decimal): -4955986 or 11428020. OLE color: 11428020.

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

Color convert

RGB18096174-
CMYK00.470.030.29
HSL304.29º35.9%54.12%-
HSV(B)304.29º46.67%70.59%-
XYZ30.6521.1342.51-
YUV130.01152.83163.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40%
GREEN value IS 96 (37.89% from 255) = 21.33%
BLUE value IS 174 (68.36% from 255) = 38.67%
R=40%
G=21.33%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809617400.470.030.29304.2935.954.12
HexB460AE02F31D1302436
Octal2641402560573354604466
Binary1011010011000001010111001011111111101100110000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B460AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B460AE; }

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

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

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

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

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

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

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

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