#B461AB

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

Shades of Violet Blue #B461AB

Tints of Violet Blue #B461AB

Color information

#B461AB (or 0xB461AB) is unknown color: approx Violet Blue. HEX triplet: B4, 61 and AB. RGB value is (180,97,171). Sum of RGB (Red+Green+Blue) = 180+97+171=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B461AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B461AB is #4B9E54. Grayscale: #828282. Windows color (decimal): -4955733 or 11231668. OLE color: 11231668.

HSL color Cylindrical-coordinate representation of color #B461AB: hue angle of 306.51º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B461AB is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB18097171-
CMYK00.460.050.29
HSL306.51º35.62%54.31%-
HSV(B)306.51º46.11%70.59%-
XYZ30.4521.1941.01-
YUV130.25151163.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.18%
GREEN value IS 97 (38.28% from 255) = 21.65%
BLUE value IS 171 (67.19% from 255) = 38.17%
R=40.18%
G=21.65%
B=38.17%

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
Decimal1809717100.460.050.29306.5135.6254.31
HexB461AB02E51D1332436
Octal2641412530565354634466
Binary10110100110000110101011010111010111101100110011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B461AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B461AB; }

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

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

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

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

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

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

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

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