#B06FAA

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

Shades of Violet Blue #B06FAA

Tints of Violet Blue #B06FAA

Color information

#B06FAA (or 0xB06FAA) is unknown color: approx Violet Blue. HEX triplet: B0, 6F and AA. RGB value is (176,111,170). Sum of RGB (Red+Green+Blue) = 176+111+170=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 176 - color contains mainly: red. Hex color #B06FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06FAA is #4F9055. Grayscale: #888888. Windows color (decimal): -5214294 or 11169712. OLE color: 11169712.

HSL color Cylindrical-coordinate representation of color #B06FAA: hue angle of 305.54º 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 #B06FAA is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB176111170-
CMYK00.370.030.31
HSL305.54º29.15%56.27%-
HSV(B)305.54º36.93%69.02%-
XYZ30.8423.540.94-
YUV137.16146.53155.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.51%
GREEN value IS 111 (43.75% from 255) = 24.29%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=38.51%
G=24.29%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611117000.370.030.31305.5429.1556.27
HexB06FAA02531F1321d38
Octal2601572520453374623570
Binary101100001101111101010100100101111111110011001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06FAA; }

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

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

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

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

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

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

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

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