#B05FA8

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

Shades of Violet Blue #B05FA8

Tints of Violet Blue #B05FA8

Color information

#B05FA8 (or 0xB05FA8) is unknown color: approx Violet Blue. HEX triplet: B0, 5F and A8. RGB value is (176,95,168). Sum of RGB (Red+Green+Blue) = 176+95+168=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B05FA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05FA8 is #4FA057. Grayscale: #7F7F7F. Windows color (decimal): -5218392 or 11034544. OLE color: 11034544.

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

Color convert

RGB17695168-
CMYK00.460.050.31
HSL305.93º33.89%53.14%-
HSV(B)305.93º46.02%69.02%-
XYZ29.0620.2439.42-
YUV127.54150.84162.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.09%
GREEN value IS 95 (37.5% from 255) = 21.64%
BLUE value IS 168 (66.02% from 255) = 38.27%
R=40.09%
G=21.64%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769516800.460.050.31305.9333.8953.14
HexB05FA802E51F1322235
Octal2601372500565374624265
Binary10110000101111110101000010111010111111100110010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05FA8; }

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

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

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

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

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

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

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

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