#B06FAD

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

Shades of Violet Blue #B06FAD

Tints of Violet Blue #B06FAD

Color information

#B06FAD (or 0xB06FAD) is unknown color: approx Violet Blue. HEX triplet: B0, 6F and AD. RGB value is (176,111,173). Sum of RGB (Red+Green+Blue) = 176+111+173=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B06FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06FAD is #4F9052. Grayscale: #898989. Windows color (decimal): -5214291 or 11366320. OLE color: 11366320.

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

Color convert

RGB176111173-
CMYK00.370.020.31
HSL302.77º29.15%56.27%-
HSV(B)302.77º36.93%69.02%-
XYZ31.1323.6242.45-
YUV137.5148.03155.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.26%
GREEN value IS 111 (43.75% from 255) = 24.13%
BLUE value IS 173 (67.97% from 255) = 37.61%
R=38.26%
G=24.13%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611117300.370.020.31302.7729.1556.27
HexB06FAD02521F12f1d38
Octal2601572550452374573570
Binary101100001101111101011010100101101111110010111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06FAD; }

 p { color: rgb(176,111,173); }

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

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

 a { background-color: rgb(176,111,173); }

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

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

 span { border-color: rgb(176,111,173); }

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