#B568AE

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

Shades of Violet Blue #B568AE

Tints of Violet Blue #B568AE

Color information

#B568AE (or 0xB568AE) is unknown color: approx Violet Blue. HEX triplet: B5, 68 and AE. RGB value is (181,104,174). Sum of RGB (Red+Green+Blue) = 181+104+174=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 181 - color contains mainly: red. Hex color #B568AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B568AE is #4A9751. Grayscale: #868686. Windows color (decimal): -4888402 or 11430069. OLE color: 11430069.

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

Color convert

RGB181104174-
CMYK00.430.040.29
HSL305.45º34.22%55.88%-
HSV(B)305.45º42.54%70.98%-
XYZ31.6522.7842.77-
YUV135150.01160.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.43%
GREEN value IS 104 (41.02% from 255) = 22.66%
BLUE value IS 174 (68.36% from 255) = 37.91%
R=39.43%
G=22.66%
B=37.91%

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
Decimal18110417400.430.040.29305.4534.2255.88
HexB568AE02B41D1312238
Octal2651502560534354614270
Binary10110101110100010101110010101110011101100110001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B568AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B568AE; }

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

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

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

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

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

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

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

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