#B463AC

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

Shades of Violet Blue #B463AC

Tints of Violet Blue #B463AC

Color information

#B463AC (or 0xB463AC) is unknown color: approx Violet Blue. HEX triplet: B4, 63 and AC. RGB value is (180,99,172). Sum of RGB (Red+Green+Blue) = 180+99+172=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B463AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B463AC is #4B9C53. Grayscale: #838383. Windows color (decimal): -4955220 or 11297716. OLE color: 11297716.

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

Color convert

RGB18099172-
CMYK00.450.040.29
HSL305.93º35.06%54.71%-
HSV(B)305.93º45%70.59%-
XYZ30.7321.6141.58-
YUV131.54150.84162.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 99 (39.06% from 255) = 21.95%
BLUE value IS 172 (67.58% from 255) = 38.14%
R=39.91%
G=21.95%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809917200.450.040.29305.9335.0654.71
HexB463AC02D41D1322337
Octal2641432540554354624367
Binary10110100110001110101100010110110011101100110010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B463AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B463AC; }

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

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

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

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

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

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

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

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