#B661AB

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

Shades of Violet Blue #B661AB

Tints of Violet Blue #B661AB

Color information

#B661AB (or 0xB661AB) is unknown color: approx Violet Blue. HEX triplet: B6, 61 and AB. RGB value is (182,97,171). Sum of RGB (Red+Green+Blue) = 182+97+171=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 182 - color contains mainly: red. Hex color #B661AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B661AB is #499E54. Grayscale: #828282. Windows color (decimal): -4824661 or 11231670. OLE color: 11231670.

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

Color convert

RGB18297171-
CMYK00.470.060.29
HSL307.76º36.8%54.71%-
HSV(B)307.76º46.7%71.37%-
XYZ30.9221.4341.04-
YUV130.85150.66164.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.44%
GREEN value IS 97 (38.28% from 255) = 21.56%
BLUE value IS 171 (67.19% from 255) = 38%
R=40.44%
G=21.56%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829717100.470.060.29307.7636.854.71
HexB661AB02F61D1342537
Octal2661412530576354644567
Binary10110110110000110101011010111111011101100110100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B661AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B661AB; }

 p { color: rgb(182,97,171); }

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

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

 a { background-color: rgb(182,97,171); }

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

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

 span { border-color: rgb(182,97,171); }

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