#B668AD

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

Shades of Violet Blue #B668AD

Tints of Violet Blue #B668AD

Color information

#B668AD (or 0xB668AD) is unknown color: approx Violet Blue. HEX triplet: B6, 68 and AD. RGB value is (182,104,173). Sum of RGB (Red+Green+Blue) = 182+104+173=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 182 - color contains mainly: red. Hex color #B668AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B668AD is #499752. Grayscale: #868686. Windows color (decimal): -4822867 or 11364534. OLE color: 11364534.

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

Color convert

RGB182104173-
CMYK00.430.050.29
HSL306.92º34.82%56.08%-
HSV(B)306.92º42.86%71.37%-
XYZ31.7822.8642.27-
YUV135.19149.34161.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.65%
GREEN value IS 104 (41.02% from 255) = 22.66%
BLUE value IS 173 (67.97% from 255) = 37.69%
R=39.65%
G=22.66%
B=37.69%

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
Decimal18210417300.430.050.29306.9234.8256.08
HexB668AD02B51D1332338
Octal2661502550535354634370
Binary10110110110100010101101010101110111101100110011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B668AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B668AD; }

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

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

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

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

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

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

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

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