#b456a6

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

Shades of Violet Blue #B456A6

Tints of Violet Blue #B456A6

Color information

#B456A6 (or 0xB456A6) is unknown color: approx Violet Blue. HEX triplet: B4, 56 and A6. RGB value is (180,86,166). Sum of RGB (Red+Green+Blue) = 180+86+166=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 166 (65.23% from 255 or 38.43% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B456A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B456A6 is #4BA959. Grayscale: #7B7B7B. Windows color (decimal): -4958554 or 10901172. OLE color: 10901172.

HSL color Cylindrical-coordinate representation of color #B456A6: hue angle of 308.94º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B456A6 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB18086166-
CMYK00.520.080.29
HSL308.94º38.52%52.16%-
HSV(B)308.94º52.22%70.59%-
XYZ29.0319.1138.24-
YUV123.23152.14168.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.67%
GREEN value IS 86 (33.98% from 255) = 19.91%
BLUE value IS 166 (65.23% from 255) = 38.43%
R=41.67%
G=19.91%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808616600.520.080.29308.9438.5252.16
HexB456A603481D1352734
Octal26412624606410354654764
Binary101101001010110101001100110100100011101100110101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b456a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b456a6; }

 p { color: rgb(180,86,166); }

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

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

 a { background-color: rgb(180,86,166); }

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

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

 span { border-color: rgb(180,86,166); }

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