#B05F97

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

Shades of Violet Blue #B05F97

Tints of Violet Blue #B05F97

Color information

#B05F97 (or 0xB05F97) is unknown color: approx Violet Blue. HEX triplet: B0, 5F and 97. RGB value is (176,95,151). Sum of RGB (Red+Green+Blue) = 176+95+151=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 151 (59.38% from 255 or 35.78% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B05F97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05F97 is #4FA068. Grayscale: #7D7D7D. Windows color (decimal): -5218409 or 9920432. OLE color: 9920432.

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

Color convert

RGB17695151-
CMYK00.460.140.31
HSL318.52º33.89%53.14%-
HSV(B)318.52º46.02%69.02%-
XYZ27.5819.6531.62-
YUV125.6142.34163.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.71%
GREEN value IS 95 (37.5% from 255) = 22.51%
BLUE value IS 151 (59.38% from 255) = 35.78%
R=41.71%
G=22.51%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769515100.460.140.31318.5233.8953.14
HexB05F9702EE1F13f2235
Octal26013722705616374774265
Binary101100001011111100101110101110111011111100111111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05F97; }

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

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

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

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

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

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

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

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