#b669a9

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

Shades of Violet Blue #B669A9

Tints of Violet Blue #B669A9

Color information

#B669A9 (or 0xB669A9) is unknown color: approx Violet Blue. HEX triplet: B6, 69 and A9. RGB value is (182,105,169). Sum of RGB (Red+Green+Blue) = 182+105+169=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 169 (66.41% from 255 or 37.06% from 456); Max value from RGB is 182 - color contains mainly: red. Hex color #B669A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B669A9 is #499656. Grayscale: #878787. Windows color (decimal): -4822615 or 11102646. OLE color: 11102646.

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

Color convert

RGB182105169-
CMYK00.420.070.29
HSL310.13º34.53%56.27%-
HSV(B)310.13º42.31%71.37%-
XYZ31.522.9140.3-
YUV135.32147.01161.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.91%
GREEN value IS 105 (41.41% from 255) = 23.03%
BLUE value IS 169 (66.41% from 255) = 37.06%
R=39.91%
G=23.03%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210516900.420.070.29310.1334.5356.27
HexB669A902A71D1362338
Octal2661512510527354664370
Binary10110110110100110101001010101011111101100110110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b669a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b669a9; }

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

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

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

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

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

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

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

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