#B05FAA

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

Shades of Violet Blue #B05FAA

Tints of Violet Blue #B05FAA

Color information

#B05FAA (or 0xB05FAA) is unknown color: approx Violet Blue. HEX triplet: B0, 5F and AA. RGB value is (176,95,170). Sum of RGB (Red+Green+Blue) = 176+95+170=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B05FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05FAA is #4FA055. Grayscale: #7F7F7F. Windows color (decimal): -5218390 or 11165616. OLE color: 11165616.

HSL color Cylindrical-coordinate representation of color #B05FAA: hue angle of 304.44º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B05FAA is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17695170-
CMYK00.460.030.31
HSL304.44º33.89%53.14%-
HSV(B)304.44º46.02%69.02%-
XYZ29.2520.3240.41-
YUV127.77151.84162.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.91%
GREEN value IS 95 (37.5% from 255) = 21.54%
BLUE value IS 170 (66.80% from 255) = 38.55%
R=39.91%
G=21.54%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769517000.460.030.31304.4433.8953.14
HexB05FAA02E31F1302235
Octal2601372520563374604265
Binary1011000010111111010101001011101111111100110000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05FAA; }

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

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

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

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

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

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

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

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