#B463A2

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

Shades of Violet Blue #B463A2

Tints of Violet Blue #B463A2

Color information

#B463A2 (or 0xB463A2) is unknown color: approx Violet Blue. HEX triplet: B4, 63 and A2. RGB value is (180,99,162). Sum of RGB (Red+Green+Blue) = 180+99+162=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B463A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B463A2 is #4B9C5D. Grayscale: #828282. Windows color (decimal): -4955230 or 10642356. OLE color: 10642356.

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

Color convert

RGB18099162-
CMYK00.450.10.29
HSL313.33º35.06%54.71%-
HSV(B)313.33º45%70.59%-
XYZ29.8121.2436.71-
YUV130.4145.84163.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 99 (39.06% from 255) = 22.45%
BLUE value IS 162 (63.67% from 255) = 36.73%
R=40.82%
G=22.45%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809916200.450.10.29313.3335.0654.71
HexB463A202DA1D1392337
Octal26414324205512354714367
Binary101101001100011101000100101101101011101100111001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B463A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B463A2; }

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

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

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

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

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

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

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

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