#B568AD

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

Shades of Violet Blue #B568AD

Tints of Violet Blue #B568AD

Color information

#B568AD (or 0xB568AD) is unknown color: approx Violet Blue. HEX triplet: B5, 68 and AD. RGB value is (181,104,173). Sum of RGB (Red+Green+Blue) = 181+104+173=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 181 - color contains mainly: red. Hex color #B568AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B568AD is #4A9752. Grayscale: #868686. Windows color (decimal): -4888403 or 11364533. OLE color: 11364533.

HSL color Cylindrical-coordinate representation of color #B568AD: hue angle of 306.23º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B568AD is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB181104173-
CMYK00.430.040.29
HSL306.23º34.22%55.88%-
HSV(B)306.23º42.54%70.98%-
XYZ31.5522.7442.26-
YUV134.89149.51160.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.52%
GREEN value IS 104 (41.02% from 255) = 22.71%
BLUE value IS 173 (67.97% from 255) = 37.77%
R=39.52%
G=22.71%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110417300.430.040.29306.2334.2255.88
HexB568AD02B41D1322238
Octal2651502550534354624270
Binary10110101110100010101101010101110011101100110010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B568AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B568AD; }

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

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

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

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

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

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

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

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