#B468B0

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

Shades of Violet Blue #B468B0

Tints of Violet Blue #B468B0

Color information

#B468B0 (or 0xB468B0) is unknown color: approx Violet Blue. HEX triplet: B4, 68 and B0. RGB value is (180,104,176). Sum of RGB (Red+Green+Blue) = 180+104+176=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B468B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B468B0 is #4B974F. Grayscale: #868686. Windows color (decimal): -4953936 or 11561140. OLE color: 11561140.

HSL color Cylindrical-coordinate representation of color #B468B0: hue angle of 303.16º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B468B0 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB180104176-
CMYK00.420.020.29
HSL303.16º33.63%55.69%-
HSV(B)303.16º42.22%70.59%-
XYZ31.6122.7443.8-
YUV134.93151.18160.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.13%
GREEN value IS 104 (41.02% from 255) = 22.61%
BLUE value IS 176 (69.14% from 255) = 38.26%
R=39.13%
G=22.61%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010417600.420.020.29303.1633.6355.69
HexB468B002A21D12f2238
Octal2641502600522354574270
Binary1011010011010001011000001010101011101100101111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B468B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B468B0; }

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

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

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

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

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

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

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

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