#B564AD

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

Shades of Violet Blue #B564AD

Tints of Violet Blue #B564AD

Color information

#B564AD (or 0xB564AD) is unknown color: approx Violet Blue. HEX triplet: B5, 64 and AD. RGB value is (181,100,173). Sum of RGB (Red+Green+Blue) = 181+100+173=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 181 - color contains mainly: red. Hex color #B564AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B564AD is #4A9B52. Grayscale: #848484. Windows color (decimal): -4889427 or 11363509. OLE color: 11363509.

HSL color Cylindrical-coordinate representation of color #B564AD: hue angle of 305.93º degrees, saturation: 0.35, 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 #B564AD is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB181100173-
CMYK00.450.040.29
HSL305.93º35.37%55.1%-
HSV(B)305.93º44.75%70.98%-
XYZ31.1621.9642.13-
YUV132.54150.84162.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.87%
GREEN value IS 100 (39.45% from 255) = 22.03%
BLUE value IS 173 (67.97% from 255) = 38.11%
R=39.87%
G=22.03%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110017300.450.040.29305.9335.3755.1
HexB564AD02D41D1322337
Octal2651442550554354624367
Binary10110101110010010101101010110110011101100110010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B564AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B564AD; }

 p { color: rgb(181,100,173); }

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

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

 a { background-color: rgb(181,100,173); }

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

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

 span { border-color: rgb(181,100,173); }

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