#B467A7

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

Shades of Violet Blue #B467A7

Tints of Violet Blue #B467A7

Color information

#B467A7 (or 0xB467A7) is unknown color: approx Violet Blue. HEX triplet: B4, 67 and A7. RGB value is (180,103,167). Sum of RGB (Red+Green+Blue) = 180+103+167=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 167 (65.62% from 255 or 37.11% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B467A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B467A7 is #4B9858. Grayscale: #858585. Windows color (decimal): -4954201 or 10971060. OLE color: 10971060.

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

Color convert

RGB180103167-
CMYK00.430.070.29
HSL310.13º33.92%55.49%-
HSV(B)310.13º42.78%70.59%-
XYZ30.6522.1939.23-
YUV133.32147.01161.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40%
GREEN value IS 103 (40.62% from 255) = 22.89%
BLUE value IS 167 (65.62% from 255) = 37.11%
R=40%
G=22.89%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010316700.430.070.29310.1333.9255.49
HexB467A702B71D1362237
Octal2641472470537354664267
Binary10110100110011110100111010101111111101100110110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B467A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B467A7; }

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

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

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

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

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

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

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

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