#B668A4

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

Shades of Violet Blue #B668A4

Tints of Violet Blue #B668A4

Color information

#B668A4 (or 0xB668A4) is unknown color: approx Violet Blue. HEX triplet: B6, 68 and A4. RGB value is (182,104,164). Sum of RGB (Red+Green+Blue) = 182+104+164=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 164 (64.45% from 255 or 36.44% from 450); Max value from RGB is 182 - color contains mainly: red. Hex color #B668A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B668A4 is #49975B. Grayscale: #868686. Windows color (decimal): -4822876 or 10774710. OLE color: 10774710.

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

Color convert

RGB182104164-
CMYK00.430.100.29
HSL313.85º34.82%56.08%-
HSV(B)313.85º42.86%71.37%-
XYZ30.9422.5337.84-
YUV134.16144.84162.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.44%
GREEN value IS 104 (41.02% from 255) = 23.11%
BLUE value IS 164 (64.45% from 255) = 36.44%
R=40.44%
G=23.11%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210416400.430.100.29313.8534.8256.08
HexB668A402BA1D13a2338
Octal26615024405312354724370
Binary101101101101000101001000101011101011101100111010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B668A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B668A4; }

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

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

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

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

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

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

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

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