#B467B0

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

Shades of Violet Blue #B467B0

Tints of Violet Blue #B467B0

Color information

#B467B0 (or 0xB467B0) is unknown color: approx Violet Blue. HEX triplet: B4, 67 and B0. RGB value is (180,103,176). Sum of RGB (Red+Green+Blue) = 180+103+176=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B467B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B467B0 is #4B984F. Grayscale: #868686. Windows color (decimal): -4954192 or 11560884. OLE color: 11560884.

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

Color convert

RGB180103176-
CMYK00.430.020.29
HSL303.12º33.92%55.49%-
HSV(B)303.12º42.78%70.59%-
XYZ31.5122.5443.76-
YUV134.34151.51160.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 103 (40.62% from 255) = 22.44%
BLUE value IS 176 (69.14% from 255) = 38.34%
R=39.22%
G=22.44%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010317600.430.020.29303.1233.9255.49
HexB467B002B21D12f2237
Octal2641472600532354574267
Binary1011010011001111011000001010111011101100101111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B467B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B467B0; }

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

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

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

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

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

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

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

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