#B468AC

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

Shades of Violet Blue #B468AC

Tints of Violet Blue #B468AC

Color information

#B468AC (or 0xB468AC) is unknown color: approx Violet Blue. HEX triplet: B4, 68 and AC. RGB value is (180,104,172). Sum of RGB (Red+Green+Blue) = 180+104+172=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B468AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B468AC is #4B9753. Grayscale: #868686. Windows color (decimal): -4953940 or 11298996. OLE color: 11298996.

HSL color Cylindrical-coordinate representation of color #B468AC: hue angle of 306.32º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B468AC is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB180104172-
CMYK00.420.040.29
HSL306.32º33.63%55.69%-
HSV(B)306.32º42.22%70.59%-
XYZ31.2222.5841.74-
YUV134.48149.18160.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.47%
GREEN value IS 104 (41.02% from 255) = 22.81%
BLUE value IS 172 (67.58% from 255) = 37.72%
R=39.47%
G=22.81%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010417200.420.040.29306.3233.6355.69
HexB468AC02A41D1322238
Octal2641502540524354624270
Binary10110100110100010101100010101010011101100110010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B468AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B468AC; }

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

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

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

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

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

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

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

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