#B660A1

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

Shades of Violet Blue #B660A1

Tints of Violet Blue #B660A1

Color information

#B660A1 (or 0xB660A1) is unknown color: approx Violet Blue. HEX triplet: B6, 60 and A1. RGB value is (182,96,161). Sum of RGB (Red+Green+Blue) = 182+96+161=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B660A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B660A1 is #499F5E. Grayscale: #808080. Windows color (decimal): -4824927 or 10576054. OLE color: 10576054.

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

Color convert

RGB18296161-
CMYK00.470.120.29
HSL314.65º37.07%54.51%-
HSV(B)314.65º47.25%71.37%-
XYZ29.9120.8836.17-
YUV129.12145.99165.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.46%
GREEN value IS 96 (37.89% from 255) = 21.87%
BLUE value IS 161 (63.28% from 255) = 36.67%
R=41.46%
G=21.87%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829616100.470.120.29314.6537.0754.51
HexB660A102FC1D13b2537
Octal26614024105714354734567
Binary101101101100000101000010101111110011101100111011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B660A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B660A1; }

 p { color: rgb(182,96,161); }

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

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

 a { background-color: rgb(182,96,161); }

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

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

 span { border-color: rgb(182,96,161); }

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