#B568A8

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

Shades of Violet Blue #B568A8

Tints of Violet Blue #B568A8

Color information

#B568A8 (or 0xB568A8) is unknown color: approx Violet Blue. HEX triplet: B5, 68 and A8. RGB value is (181,104,168). Sum of RGB (Red+Green+Blue) = 181+104+168=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B568A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B568A8 is #4A9757. Grayscale: #868686. Windows color (decimal): -4888408 or 11036853. OLE color: 11036853.

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

Color convert

RGB181104168-
CMYK00.430.070.29
HSL310.13º34.22%55.88%-
HSV(B)310.13º42.54%70.98%-
XYZ31.0722.5539.76-
YUV134.32147.01161.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 104 (41.02% from 255) = 22.96%
BLUE value IS 168 (66.02% from 255) = 37.09%
R=39.96%
G=22.96%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110416800.430.070.29310.1334.2255.88
HexB568A802B71D1362238
Octal2651502500537354664270
Binary10110101110100010101000010101111111101100110110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B568A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B568A8; }

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

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

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

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

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

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

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

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