#B05998

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

Shades of Violet Blue #B05998

Tints of Violet Blue #B05998

Color information

#B05998 (or 0xB05998) is unknown color: approx Violet Blue. HEX triplet: B0, 59 and 98. RGB value is (176,89,152). Sum of RGB (Red+Green+Blue) = 176+89+152=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B05998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05998 is #4FA667. Grayscale: #7A7A7A. Windows color (decimal): -5219944 or 9984432. OLE color: 9984432.

HSL color Cylindrical-coordinate representation of color #B05998: hue angle of 316.55º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B05998 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB17689152-
CMYK00.490.140.31
HSL316.55º35.51%51.96%-
HSV(B)316.55º49.43%69.02%-
XYZ27.1418.6431.87-
YUV122.2144.82166.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.21%
GREEN value IS 89 (35.16% from 255) = 21.34%
BLUE value IS 152 (59.77% from 255) = 36.45%
R=42.21%
G=21.34%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768915200.490.140.31316.5535.5151.96
HexB05998031E1F13d2434
Octal26013123006116374754464
Binary101100001011001100110000110001111011111100111101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05998; }

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

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

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

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

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

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

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

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