#B563AA

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

Shades of Violet Blue #B563AA

Tints of Violet Blue #B563AA

Color information

#B563AA (or 0xB563AA) is unknown color: approx Violet Blue. HEX triplet: B5, 63 and AA. RGB value is (181,99,170). Sum of RGB (Red+Green+Blue) = 181+99+170=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B563AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B563AA is #4A9C55. Grayscale: #838383. Windows color (decimal): -4889686 or 11166645. OLE color: 11166645.

HSL color Cylindrical-coordinate representation of color #B563AA: hue angle of 308.05º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B563AA is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18199170-
CMYK00.450.060.29
HSL308.05º35.65%54.9%-
HSV(B)308.05º45.3%70.98%-
XYZ30.7721.6540.59-
YUV131.61149.67163.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.22%
GREEN value IS 99 (39.06% from 255) = 22%
BLUE value IS 170 (66.80% from 255) = 37.78%
R=40.22%
G=22%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819917000.450.060.29308.0535.6554.9
HexB563AA02D61D1342437
Octal2651432520556354644467
Binary10110101110001110101010010110111011101100110100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B563AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B563AA; }

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

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

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

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

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

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

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

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