#B663AC

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

Shades of Violet Blue #B663AC

Tints of Violet Blue #B663AC

Color information

#B663AC (or 0xB663AC) is unknown color: approx Violet Blue. HEX triplet: B6, 63 and AC. RGB value is (182,99,172). Sum of RGB (Red+Green+Blue) = 182+99+172=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 182 - color contains mainly: red. Hex color #B663AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B663AC is #499C53. Grayscale: #838383. Windows color (decimal): -4824148 or 11297718. OLE color: 11297718.

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

Color convert

RGB18299172-
CMYK00.460.050.29
HSL307.23º36.24%55.1%-
HSV(B)307.23º45.6%71.37%-
XYZ31.221.8541.6-
YUV132.14150.5163.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.18%
GREEN value IS 99 (39.06% from 255) = 21.85%
BLUE value IS 172 (67.58% from 255) = 37.97%
R=40.18%
G=21.85%
B=37.97%

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
Decimal1829917200.460.050.29307.2336.2455.1
HexB663AC02E51D1332437
Octal2661432540565354634467
Binary10110110110001110101100010111010111101100110011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B663AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B663AC; }

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

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

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

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

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

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

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

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