#B461AC

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

Shades of Violet Blue #B461AC

Tints of Violet Blue #B461AC

Color information

#B461AC (or 0xB461AC) is unknown color: approx Violet Blue. HEX triplet: B4, 61 and AC. RGB value is (180,97,172). Sum of RGB (Red+Green+Blue) = 180+97+172=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B461AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B461AC is #4B9E53. Grayscale: #828282. Windows color (decimal): -4955732 or 11297204. OLE color: 11297204.

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

Color convert

RGB18097172-
CMYK00.460.040.29
HSL305.78º35.62%54.31%-
HSV(B)305.78º46.11%70.59%-
XYZ30.5421.2341.52-
YUV130.37151.5163.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 97 (38.28% from 255) = 21.60%
BLUE value IS 172 (67.58% from 255) = 38.31%
R=40.09%
G=21.60%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809717200.460.040.29305.7835.6254.31
HexB461AC02E41D1322436
Octal2641412540564354624466
Binary10110100110000110101100010111010011101100110010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B461AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B461AC; }

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

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

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

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

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

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

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

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