#B463AB

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

Shades of Violet Blue #B463AB

Tints of Violet Blue #B463AB

Color information

#B463AB (or 0xB463AB) is unknown color: approx Violet Blue. HEX triplet: B4, 63 and AB. RGB value is (180,99,171). Sum of RGB (Red+Green+Blue) = 180+99+171=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B463AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B463AB is #4B9C54. Grayscale: #838383. Windows color (decimal): -4955221 or 11232180. OLE color: 11232180.

HSL color Cylindrical-coordinate representation of color #B463AB: hue angle of 306.67º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B463AB is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB18099171-
CMYK00.450.050.29
HSL306.67º35.06%54.71%-
HSV(B)306.67º45%70.59%-
XYZ30.6321.5741.08-
YUV131.43150.34162.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40%
GREEN value IS 99 (39.06% from 255) = 22%
BLUE value IS 171 (67.19% from 255) = 38%
R=40%
G=22%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809917100.450.050.29306.6735.0654.71
HexB463AB02D51D1332337
Octal2641432530555354634367
Binary10110100110001110101011010110110111101100110011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B463AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B463AB; }

 p { color: rgb(180,99,171); }

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

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

 a { background-color: rgb(180,99,171); }

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

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

 span { border-color: rgb(180,99,171); }

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