#B663A5

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

Shades of Violet Blue #B663A5

Tints of Violet Blue #B663A5

Color information

#B663A5 (or 0xB663A5) is unknown color: approx Violet Blue. HEX triplet: B6, 63 and A5. RGB value is (182,99,165). Sum of RGB (Red+Green+Blue) = 182+99+165=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 165 (64.84% from 255 or 37.00% from 446); Max value from RGB is 182 - color contains mainly: red. Hex color #B663A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B663A5 is #499C5A. Grayscale: #838383. Windows color (decimal): -4824155 or 10838966. OLE color: 10838966.

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

Color convert

RGB18299165-
CMYK00.460.090.29
HSL312.29º36.24%55.1%-
HSV(B)312.29º45.6%71.37%-
XYZ30.5421.5938.15-
YUV131.34147164.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.81%
GREEN value IS 99 (39.06% from 255) = 22.20%
BLUE value IS 165 (64.84% from 255) = 37.00%
R=40.81%
G=22.20%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829916500.460.090.29312.2936.2455.1
HexB663A502E91D1382437
Octal26614324505611354704467
Binary101101101100011101001010101110100111101100111000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B663A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B663A5; }

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

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

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

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

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

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

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

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