#B05C99

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

Shades of Violet Blue #B05C99

Tints of Violet Blue #B05C99

Color information

#B05C99 (or 0xB05C99) is unknown color: approx Violet Blue. HEX triplet: B0, 5C and 99. RGB value is (176,92,153). Sum of RGB (Red+Green+Blue) = 176+92+153=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05C99 is #4FA366. Grayscale: #7B7B7B. Windows color (decimal): -5219175 or 10050736. OLE color: 10050736.

HSL color Cylindrical-coordinate representation of color #B05C99: hue angle of 316.43º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B05C99 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB17692153-
CMYK00.480.130.31
HSL316.43º34.71%52.55%-
HSV(B)316.43º47.73%69.02%-
XYZ27.4819.1832.39-
YUV124.07144.33165.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.81%
GREEN value IS 92 (36.33% from 255) = 21.85%
BLUE value IS 153 (60.16% from 255) = 36.34%
R=41.81%
G=21.85%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769215300.480.130.31316.4334.7152.55
HexB05C99030D1F13c2335
Octal26013423106015374744365
Binary101100001011100100110010110000110111111100111100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05C99; }

 p { color: rgb(176,92,153); }

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

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

 a { background-color: rgb(176,92,153); }

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

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

 span { border-color: rgb(176,92,153); }

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