#B565AA

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

Shades of Violet Blue #B565AA

Tints of Violet Blue #B565AA

Color information

#B565AA (or 0xB565AA) is unknown color: approx Violet Blue. HEX triplet: B5, 65 and AA. RGB value is (181,101,170). Sum of RGB (Red+Green+Blue) = 181+101+170=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B565AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B565AA is #4A9A55. Grayscale: #848484. Windows color (decimal): -4889174 or 11167157. OLE color: 11167157.

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

Color convert

RGB181101170-
CMYK00.440.060.29
HSL308.25º35.09%55.29%-
HSV(B)308.25º44.2%70.98%-
XYZ30.9722.0340.65-
YUV132.79149162.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.04%
GREEN value IS 101 (39.84% from 255) = 22.35%
BLUE value IS 170 (66.80% from 255) = 37.61%
R=40.04%
G=22.35%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110117000.440.060.29308.2535.0955.29
HexB565AA02C61D1342337
Octal2651452520546354644367
Binary10110101110010110101010010110011011101100110100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B565AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B565AA; }

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

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

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

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

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

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

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

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