#B05F9F

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

Shades of Violet Blue #B05F9F

Tints of Violet Blue #B05F9F

Color information

#B05F9F (or 0xB05F9F) is unknown color: approx Violet Blue. HEX triplet: B0, 5F and 9F. RGB value is (176,95,159). Sum of RGB (Red+Green+Blue) = 176+95+159=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B05F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05F9F is #4FA060. Grayscale: #7E7E7E. Windows color (decimal): -5218401 or 10444720. OLE color: 10444720.

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

Color convert

RGB17695159-
CMYK00.460.100.31
HSL312.59º33.89%53.14%-
HSV(B)312.59º46.02%69.02%-
XYZ28.2519.9235.16-
YUV126.51146.34163.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.93%
GREEN value IS 95 (37.5% from 255) = 22.09%
BLUE value IS 159 (62.5% from 255) = 36.98%
R=40.93%
G=22.09%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769515900.460.100.31312.5933.8953.14
HexB05F9F02EA1F1392235
Octal26013723705612374714265
Binary101100001011111100111110101110101011111100111001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05F9F; }

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

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

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

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

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

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

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

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