#B05FA3

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

Shades of Violet Blue #B05FA3

Tints of Violet Blue #B05FA3

Color information

#B05FA3 (or 0xB05FA3) is unknown color: approx Violet Blue. HEX triplet: B0, 5F and A3. RGB value is (176,95,163). Sum of RGB (Red+Green+Blue) = 176+95+163=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 163 (64.06% from 255 or 37.56% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B05FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05FA3 is #4FA05C. Grayscale: #7E7E7E. Windows color (decimal): -5218397 or 10706864. OLE color: 10706864.

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

Color convert

RGB17695163-
CMYK00.460.070.31
HSL309.63º33.89%53.14%-
HSV(B)309.63º46.02%69.02%-
XYZ28.6120.0637.01-
YUV126.97148.34162.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.55%
GREEN value IS 95 (37.5% from 255) = 21.89%
BLUE value IS 163 (64.06% from 255) = 37.56%
R=40.55%
G=21.89%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769516300.460.070.31309.6333.8953.14
HexB05FA302E71F1362235
Octal2601372430567374664265
Binary10110000101111110100011010111011111111100110110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05FA3; }

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

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

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

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

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

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

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

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