#B663A9

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

Shades of Violet Blue #B663A9

Tints of Violet Blue #B663A9

Color information

#B663A9 (or 0xB663A9) is unknown color: approx Violet Blue. HEX triplet: B6, 63 and A9. RGB value is (182,99,169). Sum of RGB (Red+Green+Blue) = 182+99+169=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 169 (66.41% from 255 or 37.56% from 450); Max value from RGB is 182 - color contains mainly: red. Hex color #B663A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B663A9 is #499C56. Grayscale: #838383. Windows color (decimal): -4824151 or 11101110. OLE color: 11101110.

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

Color convert

RGB18299169-
CMYK00.460.070.29
HSL309.4º36.24%55.1%-
HSV(B)309.4º45.6%71.37%-
XYZ30.9121.7340.1-
YUV131.8149163.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.44%
GREEN value IS 99 (39.06% from 255) = 22%
BLUE value IS 169 (66.41% from 255) = 37.56%
R=40.44%
G=22%
B=37.56%

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
Decimal1829916900.460.070.29309.436.2455.1
HexB663A902E71D1352437
Octal2661432510567354654467
Binary10110110110001110101001010111011111101100110101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B663A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B663A9; }

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

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

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

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

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

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

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

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