#B663AD

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

Shades of Violet Blue #B663AD

Tints of Violet Blue #B663AD

Color information

#B663AD (or 0xB663AD) is unknown color: approx Violet Blue. HEX triplet: B6, 63 and AD. RGB value is (182,99,173). Sum of RGB (Red+Green+Blue) = 182+99+173=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 182 - color contains mainly: red. Hex color #B663AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B663AD is #499C52. Grayscale: #848484. Windows color (decimal): -4824147 or 11363254. OLE color: 11363254.

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

Color convert

RGB18299173-
CMYK00.460.050.29
HSL306.51º36.24%55.1%-
HSV(B)306.51º45.6%71.37%-
XYZ31.321.8942.11-
YUV132.25151163.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.09%
GREEN value IS 99 (39.06% from 255) = 21.81%
BLUE value IS 173 (67.97% from 255) = 38.11%
R=40.09%
G=21.81%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829917300.460.050.29306.5136.2455.1
HexB663AD02E51D1332437
Octal2661432550565354634467
Binary10110110110001110101101010111010111101100110011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B663AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B663AD; }

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

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

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

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

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

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

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

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