#B05F98

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

Shades of Violet Blue #B05F98

Tints of Violet Blue #B05F98

Color information

#B05F98 (or 0xB05F98) is unknown color: approx Violet Blue. HEX triplet: B0, 5F and 98. RGB value is (176,95,152). Sum of RGB (Red+Green+Blue) = 176+95+152=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B05F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05F98 is #4FA067. Grayscale: #7D7D7D. Windows color (decimal): -5218408 or 9985968. OLE color: 9985968.

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

Color convert

RGB17695152-
CMYK00.460.140.31
HSL317.78º33.89%53.14%-
HSV(B)317.78º46.02%69.02%-
XYZ27.6619.6832.05-
YUV125.72142.84163.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.61%
GREEN value IS 95 (37.5% from 255) = 22.46%
BLUE value IS 152 (59.77% from 255) = 35.93%
R=41.61%
G=22.46%
B=35.93%

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
Decimal1769515200.460.140.31317.7833.8953.14
HexB05F9802EE1F13e2235
Octal26013723005616374764265
Binary101100001011111100110000101110111011111100111110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05F98; }

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

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

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

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

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

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

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

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