#B363AA

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

Shades of Violet Blue #B363AA

Tints of Violet Blue #B363AA

Color information

#B363AA (or 0xB363AA) is unknown color: approx Violet Blue. HEX triplet: B3, 63 and AA. RGB value is (179,99,170). Sum of RGB (Red+Green+Blue) = 179+99+170=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 179 - color contains mainly: red. Hex color #B363AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B363AA is #4C9C55. Grayscale: #828282. Windows color (decimal): -5020758 or 11166643. OLE color: 11166643.

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

Color convert

RGB17999170-
CMYK00.450.050.30
HSL306.75º34.48%54.51%-
HSV(B)306.75º44.69%70.2%-
XYZ30.3121.4140.57-
YUV131.01150162.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.96%
GREEN value IS 99 (39.06% from 255) = 22.10%
BLUE value IS 170 (66.80% from 255) = 37.95%
R=39.96%
G=22.10%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799917000.450.050.30306.7534.4854.51
HexB363AA02D51E1332237
Octal2631432520555364634267
Binary10110011110001110101010010110110111110100110011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B363AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B363AA; }

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

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

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

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

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

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

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

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