#B467A9

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

Shades of Violet Blue #B467A9

Tints of Violet Blue #B467A9

Color information

#B467A9 (or 0xB467A9) is unknown color: approx Violet Blue. HEX triplet: B4, 67 and A9. RGB value is (180,103,169). Sum of RGB (Red+Green+Blue) = 180+103+169=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 103 (40.62% from 255 or 22.79% from 452); Blue value is 169 (66.41% from 255 or 37.39% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B467A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B467A9 is #4B9856. Grayscale: #858585. Windows color (decimal): -4954199 or 11102132. OLE color: 11102132.

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

Color convert

RGB180103169-
CMYK00.430.060.29
HSL308.57º33.92%55.49%-
HSV(B)308.57º42.78%70.59%-
XYZ30.8322.2740.21-
YUV133.55148.01161.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.82%
GREEN value IS 103 (40.62% from 255) = 22.79%
BLUE value IS 169 (66.41% from 255) = 37.39%
R=39.82%
G=22.79%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010316900.430.060.29308.5733.9255.49
HexB467A902B61D1352237
Octal2641472510536354654267
Binary10110100110011110101001010101111011101100110101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B467A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B467A9; }

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

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

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

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

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

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

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

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