#B669A8

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

Shades of Violet Blue #B669A8

Tints of Violet Blue #B669A8

Color information

#B669A8 (or 0xB669A8) is unknown color: approx Violet Blue. HEX triplet: B6, 69 and A8. RGB value is (182,105,168). Sum of RGB (Red+Green+Blue) = 182+105+168=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B669A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B669A8 is #499657. Grayscale: #878787. Windows color (decimal): -4822616 or 11037110. OLE color: 11037110.

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

Color convert

RGB182105168-
CMYK00.420.080.29
HSL310.91º34.53%56.27%-
HSV(B)310.91º42.31%71.37%-
XYZ31.4122.8839.81-
YUV135.2146.51161.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40%
GREEN value IS 105 (41.41% from 255) = 23.08%
BLUE value IS 168 (66.02% from 255) = 36.92%
R=40%
G=23.08%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210516800.420.080.29310.9134.5356.27
HexB669A802A81D1372338
Octal26615125005210354674370
Binary101101101101001101010000101010100011101100110111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B669A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B669A8; }

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

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

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

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

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

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

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

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