#B467A5

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

Shades of Violet Blue #B467A5

Tints of Violet Blue #B467A5

Color information

#B467A5 (or 0xB467A5) is unknown color: approx Violet Blue. HEX triplet: B4, 67 and A5. RGB value is (180,103,165). Sum of RGB (Red+Green+Blue) = 180+103+165=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 165 (64.84% from 255 or 36.83% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B467A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B467A5 is #4B985A. Grayscale: #848484. Windows color (decimal): -4954203 or 10839988. OLE color: 10839988.

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

Color convert

RGB180103165-
CMYK00.430.080.29
HSL311.69º33.92%55.49%-
HSV(B)311.69º42.78%70.59%-
XYZ30.4622.1238.26-
YUV133.09146.01161.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.18%
GREEN value IS 103 (40.62% from 255) = 22.99%
BLUE value IS 165 (64.84% from 255) = 36.83%
R=40.18%
G=22.99%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010316500.430.080.29311.6933.9255.49
HexB467A502B81D1382237
Octal26414724505310354704267
Binary101101001100111101001010101011100011101100111000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B467A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B467A5; }

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

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

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

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

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

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

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

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