#B669AE

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

Shades of Violet Blue #B669AE

Tints of Violet Blue #B669AE

Color information

#B669AE (or 0xB669AE) is unknown color: approx Violet Blue. HEX triplet: B6, 69 and AE. RGB value is (182,105,174). Sum of RGB (Red+Green+Blue) = 182+105+174=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 182 - color contains mainly: red. Hex color #B669AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B669AE is #499651. Grayscale: #878787. Windows color (decimal): -4822610 or 11430326. OLE color: 11430326.

HSL color Cylindrical-coordinate representation of color #B669AE: hue angle of 306.23º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B669AE is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB182105174-
CMYK00.420.040.29
HSL306.23º34.53%56.27%-
HSV(B)306.23º42.31%71.37%-
XYZ31.9823.142.82-
YUV135.89149.51160.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.48%
GREEN value IS 105 (41.41% from 255) = 22.78%
BLUE value IS 174 (68.36% from 255) = 37.74%
R=39.48%
G=22.78%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210517400.420.040.29306.2334.5356.27
HexB669AE02A41D1322338
Octal2661512560524354624370
Binary10110110110100110101110010101010011101100110010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B669AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B669AE; }

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

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

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

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

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

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

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

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