#b663aa

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

Shades of Violet Blue #B663AA

Tints of Violet Blue #B663AA

Color information

#B663AA (or 0xB663AA) is unknown color: approx Violet Blue. HEX triplet: B6, 63 and AA. RGB value is (182,99,170). Sum of RGB (Red+Green+Blue) = 182+99+170=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 182 - color contains mainly: red. Hex color #B663AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B663AA is #499C55. Grayscale: #838383. Windows color (decimal): -4824150 or 11166646. OLE color: 11166646.

HSL color Cylindrical-coordinate representation of color #B663AA: hue angle of 308.67º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B663AA is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB18299170-
CMYK00.460.070.29
HSL308.67º36.24%55.1%-
HSV(B)308.67º45.6%71.37%-
XYZ31.0121.7740.6-
YUV131.91149.5163.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.35%
GREEN value IS 99 (39.06% from 255) = 21.95%
BLUE value IS 170 (66.80% from 255) = 37.69%
R=40.35%
G=21.95%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829917000.460.070.29308.6736.2455.1
HexB663AA02E71D1352437
Octal2661432520567354654467
Binary10110110110001110101010010111011111101100110101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b663aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b663aa; }

 p { color: rgb(182,99,170); }

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

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

 a { background-color: rgb(182,99,170); }

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

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

 span { border-color: rgb(182,99,170); }

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