#B363A6

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

Shades of Violet Blue #B363A6

Tints of Violet Blue #B363A6

Color information

#B363A6 (or 0xB363A6) is unknown color: approx Violet Blue. HEX triplet: B3, 63 and A6. RGB value is (179,99,166). Sum of RGB (Red+Green+Blue) = 179+99+166=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 179 - color contains mainly: red. Hex color #B363A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B363A6 is #4C9C59. Grayscale: #828282. Windows color (decimal): -5020762 or 10904499. OLE color: 10904499.

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

Color convert

RGB17999166-
CMYK00.450.070.30
HSL309.75º34.48%54.51%-
HSV(B)309.75º44.69%70.2%-
XYZ29.9421.2638.6-
YUV130.56148162.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.32%
GREEN value IS 99 (39.06% from 255) = 22.30%
BLUE value IS 166 (65.23% from 255) = 37.39%
R=40.32%
G=22.30%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799916600.450.070.30309.7534.4854.51
HexB363A602D71E1362237
Octal2631432460557364664267
Binary10110011110001110100110010110111111110100110110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B363A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B363A6; }

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

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

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

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

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

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

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

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