#B467A2

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

Shades of Violet Blue #B467A2

Tints of Violet Blue #B467A2

Color information

#B467A2 (or 0xB467A2) is unknown color: approx Violet Blue. HEX triplet: B4, 67 and A2. RGB value is (180,103,162). Sum of RGB (Red+Green+Blue) = 180+103+162=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B467A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B467A2 is #4B985D. Grayscale: #848484. Windows color (decimal): -4954206 or 10643380. OLE color: 10643380.

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

Color convert

RGB180103162-
CMYK00.430.10.29
HSL314.03º33.92%55.49%-
HSV(B)314.03º42.78%70.59%-
XYZ30.1922.0136.84-
YUV132.75144.51161.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.45%
GREEN value IS 103 (40.62% from 255) = 23.15%
BLUE value IS 162 (63.67% from 255) = 36.40%
R=40.45%
G=23.15%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010316200.430.10.29314.0333.9255.49
HexB467A202BA1D13a2237
Octal26414724205312354724267
Binary101101001100111101000100101011101011101100111010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B467A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B467A2; }

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

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

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

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

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

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

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

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