#b565ab

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

Shades of Violet Blue #B565AB

Tints of Violet Blue #B565AB

Color information

#B565AB (or 0xB565AB) is unknown color: approx Violet Blue. HEX triplet: B5, 65 and AB. RGB value is (181,101,171). Sum of RGB (Red+Green+Blue) = 181+101+171=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B565AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B565AB is #4A9A54. Grayscale: #848484. Windows color (decimal): -4889173 or 11232693. OLE color: 11232693.

HSL color Cylindrical-coordinate representation of color #B565AB: hue angle of 307.5º 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 #B565AB is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB181101171-
CMYK00.440.060.29
HSL307.5º35.09%55.29%-
HSV(B)307.5º44.2%70.98%-
XYZ31.0622.0741.15-
YUV132.9149.5162.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 101 (39.84% from 255) = 22.30%
BLUE value IS 171 (67.19% from 255) = 37.75%
R=39.96%
G=22.30%
B=37.75%

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
Decimal18110117100.440.060.29307.535.0955.29
HexB565AB02C61D1342337
Octal2651452530546354644367
Binary10110101110010110101011010110011011101100110100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b565ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b565ab; }

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

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

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

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

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

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

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

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