#B467AC

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

Shades of Violet Blue #B467AC

Tints of Violet Blue #B467AC

Color information

#B467AC (or 0xB467AC) is unknown color: approx Violet Blue. HEX triplet: B4, 67 and AC. RGB value is (180,103,172). Sum of RGB (Red+Green+Blue) = 180+103+172=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B467AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B467AC is #4B9853. Grayscale: #858585. Windows color (decimal): -4954196 or 11298740. OLE color: 11298740.

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

Color convert

RGB180103172-
CMYK00.430.040.29
HSL306.23º33.92%55.49%-
HSV(B)306.23º42.78%70.59%-
XYZ31.1222.3841.71-
YUV133.89149.51160.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.56%
GREEN value IS 103 (40.62% from 255) = 22.64%
BLUE value IS 172 (67.58% from 255) = 37.80%
R=39.56%
G=22.64%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010317200.430.040.29306.2333.9255.49
HexB467AC02B41D1322237
Octal2641472540534354624267
Binary10110100110011110101100010101110011101100110010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B467AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B467AC; }

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

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

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

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

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

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

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

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