#B363AC

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

Shades of Violet Blue #B363AC

Tints of Violet Blue #B363AC

Color information

#B363AC (or 0xB363AC) is unknown color: approx Violet Blue. HEX triplet: B3, 63 and AC. RGB value is (179,99,172). Sum of RGB (Red+Green+Blue) = 179+99+172=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 179 - color contains mainly: red. Hex color #B363AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B363AC is #4C9C53. Grayscale: #838383. Windows color (decimal): -5020756 or 11297715. OLE color: 11297715.

HSL color Cylindrical-coordinate representation of color #B363AC: hue angle of 305.25º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B363AC is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB17999172-
CMYK00.450.040.30
HSL305.25º34.48%54.51%-
HSV(B)305.25º44.69%70.2%-
XYZ30.521.4941.57-
YUV131.24151162.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.78%
GREEN value IS 99 (39.06% from 255) = 22%
BLUE value IS 172 (67.58% from 255) = 38.22%
R=39.78%
G=22%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799917200.450.040.30305.2534.4854.51
HexB363AC02D41E1312237
Octal2631432540554364614267
Binary10110011110001110101100010110110011110100110001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B363AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B363AC; }

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

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

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

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

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

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

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

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