#B566AC

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

Shades of Violet Blue #B566AC

Tints of Violet Blue #B566AC

Color information

#B566AC (or 0xB566AC) is unknown color: approx Violet Blue. HEX triplet: B5, 66 and AC. RGB value is (181,102,172). Sum of RGB (Red+Green+Blue) = 181+102+172=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B566AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B566AC is #4A9953. Grayscale: #858585. Windows color (decimal): -4888916 or 11298485. OLE color: 11298485.

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

Color convert

RGB181102172-
CMYK00.440.050.29
HSL306.84º34.8%55.49%-
HSV(B)306.84º43.65%70.98%-
XYZ31.2522.3141.69-
YUV133.6149.67161.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.78%
GREEN value IS 102 (40.23% from 255) = 22.42%
BLUE value IS 172 (67.58% from 255) = 37.80%
R=39.78%
G=22.42%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110217200.440.050.29306.8434.855.49
HexB566AC02C51D1332337
Octal2651462540545354634367
Binary10110101110011010101100010110010111101100110011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B566AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B566AC; }

 p { color: rgb(181,102,172); }

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

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

 a { background-color: rgb(181,102,172); }

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

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

 span { border-color: rgb(181,102,172); }

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