#B668AE

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

Shades of Violet Blue #B668AE

Tints of Violet Blue #B668AE

Color information

#B668AE (or 0xB668AE) is unknown color: approx Violet Blue. HEX triplet: B6, 68 and AE. RGB value is (182,104,174). Sum of RGB (Red+Green+Blue) = 182+104+174=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 182 - color contains mainly: red. Hex color #B668AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B668AE is #499751. Grayscale: #878787. Windows color (decimal): -4822866 or 11430070. OLE color: 11430070.

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

Color convert

RGB182104174-
CMYK00.430.040.29
HSL306.15º34.82%56.08%-
HSV(B)306.15º42.86%71.37%-
XYZ31.8822.942.78-
YUV135.3149.84161.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.57%
GREEN value IS 104 (41.02% from 255) = 22.61%
BLUE value IS 174 (68.36% from 255) = 37.83%
R=39.57%
G=22.61%
B=37.83%

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
Decimal18210417400.430.040.29306.1534.8256.08
HexB668AE02B41D1322338
Octal2661502560534354624370
Binary10110110110100010101110010101110011101100110010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B668AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B668AE; }

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

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

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

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

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

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

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

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