#B063AC

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

Shades of Violet Blue #B063AC

Tints of Violet Blue #B063AC

Color information

#B063AC (or 0xB063AC) is unknown color: approx Violet Blue. HEX triplet: B0, 63 and AC. RGB value is (176,99,172). Sum of RGB (Red+Green+Blue) = 176+99+172=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 176 - color contains mainly: red. Hex color #B063AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B063AC is #4F9C53. Grayscale: #828282. Windows color (decimal): -5217364 or 11297712. OLE color: 11297712.

HSL color Cylindrical-coordinate representation of color #B063AC: hue angle of 303.12º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B063AC is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17699172-
CMYK00.440.020.31
HSL303.12º32.77%53.92%-
HSV(B)303.12º43.75%69.02%-
XYZ29.8121.1341.54-
YUV130.34151.51160.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.37%
GREEN value IS 99 (39.06% from 255) = 22.15%
BLUE value IS 172 (67.58% from 255) = 38.48%
R=39.37%
G=22.15%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769917200.440.020.31303.1232.7753.92
HexB063AC02C21F12f2136
Octal2601432540542374574166
Binary1011000011000111010110001011001011111100101111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B063AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B063AC; }

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

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

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

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

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

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

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

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