#B363AF

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

Shades of Violet Blue #B363AF

Tints of Violet Blue #B363AF

Color information

#B363AF (or 0xB363AF) is unknown color: approx Violet Blue. HEX triplet: B3, 63 and AF. RGB value is (179,99,175). Sum of RGB (Red+Green+Blue) = 179+99+175=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B363AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B363AF is #4C9C50. Grayscale: #838383. Windows color (decimal): -5020753 or 11494323. OLE color: 11494323.

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

Color convert

RGB17999175-
CMYK00.450.020.30
HSL303º34.48%54.51%-
HSV(B)303º44.69%70.2%-
XYZ30.7921.643.1-
YUV131.58152.5161.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.51%
GREEN value IS 99 (39.06% from 255) = 21.85%
BLUE value IS 175 (68.75% from 255) = 38.63%
R=39.51%
G=21.85%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799917500.450.020.3030334.4854.51
HexB363AF02D21E12f2237
Octal2631432570552364574267
Binary1011001111000111010111101011011011110100101111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B363AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B363AF; }

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

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

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

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

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

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

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

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