#B460A7

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

Shades of Violet Blue #B460A7

Tints of Violet Blue #B460A7

Color information

#B460A7 (or 0xB460A7) is unknown color: approx Violet Blue. HEX triplet: B4, 60 and A7. RGB value is (180,96,167). Sum of RGB (Red+Green+Blue) = 180+96+167=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 167 (65.62% from 255 or 37.70% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B460A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B460A7 is #4B9F58. Grayscale: #818181. Windows color (decimal): -4955993 or 10969268. OLE color: 10969268.

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

Color convert

RGB18096167-
CMYK00.470.070.29
HSL309.29º35.9%54.12%-
HSV(B)309.29º46.67%70.59%-
XYZ29.9820.8639.01-
YUV129.21149.33164.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 96 (37.89% from 255) = 21.67%
BLUE value IS 167 (65.62% from 255) = 37.70%
R=40.63%
G=21.67%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809616700.470.070.29309.2935.954.12
HexB460A702F71D1352436
Octal2641402470577354654466
Binary10110100110000010100111010111111111101100110101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B460A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B460A7; }

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

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

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

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

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

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

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

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