#B668A5

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

Shades of Violet Blue #B668A5

Tints of Violet Blue #B668A5

Color information

#B668A5 (or 0xB668A5) is unknown color: approx Violet Blue. HEX triplet: B6, 68 and A5. RGB value is (182,104,165). Sum of RGB (Red+Green+Blue) = 182+104+165=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 104 (41.02% from 255 or 23.06% from 451); Blue value is 165 (64.84% from 255 or 36.59% from 451); Max value from RGB is 182 - color contains mainly: red. Hex color #B668A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B668A5 is #49975A. Grayscale: #868686. Windows color (decimal): -4822875 or 10840246. OLE color: 10840246.

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

Color convert

RGB182104165-
CMYK00.430.090.29
HSL313.08º34.82%56.08%-
HSV(B)313.08º42.86%71.37%-
XYZ31.0322.5638.32-
YUV134.28145.34162.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.35%
GREEN value IS 104 (41.02% from 255) = 23.06%
BLUE value IS 165 (64.84% from 255) = 36.59%
R=40.35%
G=23.06%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210416500.430.090.29313.0834.8256.08
HexB668A502B91D1392338
Octal26615024505311354714370
Binary101101101101000101001010101011100111101100111001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B668A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B668A5; }

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

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

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

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

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

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

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

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