#B468AD

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

Shades of Violet Blue #B468AD

Tints of Violet Blue #B468AD

Color information

#B468AD (or 0xB468AD) is unknown color: approx Violet Blue. HEX triplet: B4, 68 and AD. RGB value is (180,104,173). Sum of RGB (Red+Green+Blue) = 180+104+173=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B468AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B468AD is #4B9752. Grayscale: #868686. Windows color (decimal): -4953939 or 11364532. OLE color: 11364532.

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

Color convert

RGB180104173-
CMYK00.420.040.29
HSL305.53º33.63%55.69%-
HSV(B)305.53º42.22%70.59%-
XYZ31.3222.6242.25-
YUV134.59149.68160.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.39%
GREEN value IS 104 (41.02% from 255) = 22.76%
BLUE value IS 173 (67.97% from 255) = 37.86%
R=39.39%
G=22.76%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010417300.420.040.29305.5333.6355.69
HexB468AD02A41D1322238
Octal2641502550524354624270
Binary10110100110100010101101010101010011101100110010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B468AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B468AD; }

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

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

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

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

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

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

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

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