#B467A4

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

Shades of Violet Blue #B467A4

Tints of Violet Blue #B467A4

Color information

#B467A4 (or 0xB467A4) is unknown color: approx Violet Blue. HEX triplet: B4, 67 and A4. RGB value is (180,103,164). Sum of RGB (Red+Green+Blue) = 180+103+164=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 164 (64.45% from 255 or 36.69% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B467A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B467A4 is #4B985B. Grayscale: #848484. Windows color (decimal): -4954204 or 10774452. OLE color: 10774452.

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

Color convert

RGB180103164-
CMYK00.430.090.29
HSL312.47º33.92%55.49%-
HSV(B)312.47º42.78%70.59%-
XYZ30.3722.0837.78-
YUV132.98145.51161.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.27%
GREEN value IS 103 (40.62% from 255) = 23.04%
BLUE value IS 164 (64.45% from 255) = 36.69%
R=40.27%
G=23.04%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010316400.430.090.29312.4733.9255.49
HexB467A402B91D1382237
Octal26414724405311354704267
Binary101101001100111101001000101011100111101100111000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B467A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B467A4; }

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

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

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

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

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

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

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

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