#B668AC

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

Shades of Violet Blue #B668AC

Tints of Violet Blue #B668AC

Color information

#B668AC (or 0xB668AC) is unknown color: approx Violet Blue. HEX triplet: B6, 68 and AC. RGB value is (182,104,172). Sum of RGB (Red+Green+Blue) = 182+104+172=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 182 - color contains mainly: red. Hex color #B668AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B668AC is #499753. Grayscale: #868686. Windows color (decimal): -4822868 or 11298998. OLE color: 11298998.

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

Color convert

RGB182104172-
CMYK00.430.050.29
HSL307.69º34.82%56.08%-
HSV(B)307.69º42.86%71.37%-
XYZ31.6922.8241.77-
YUV135.07148.84161.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.74%
GREEN value IS 104 (41.02% from 255) = 22.71%
BLUE value IS 172 (67.58% from 255) = 37.55%
R=39.74%
G=22.71%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210417200.430.050.29307.6934.8256.08
HexB668AC02B51D1342338
Octal2661502540535354644370
Binary10110110110100010101100010101110111101100110100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B668AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B668AC; }

 p { color: rgb(182,104,172); }

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

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

 a { background-color: rgb(182,104,172); }

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

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

 span { border-color: rgb(182,104,172); }

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