#B05498

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

Shades of Violet Blue #B05498

Tints of Violet Blue #B05498

Color information

#B05498 (or 0xB05498) is unknown color: approx Violet Blue. HEX triplet: B0, 54 and 98. RGB value is (176,84,152). Sum of RGB (Red+Green+Blue) = 176+84+152=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B05498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05498 is #4FAB67. Grayscale: #777777. Windows color (decimal): -5221224 or 9983152. OLE color: 9983152.

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

Color convert

RGB17684152-
CMYK00.520.140.31
HSL315.65º36.8%50.98%-
HSV(B)315.65º52.27%69.02%-
XYZ26.7417.8431.74-
YUV119.26146.48168.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.72%
GREEN value IS 84 (33.20% from 255) = 20.39%
BLUE value IS 152 (59.77% from 255) = 36.89%
R=42.72%
G=20.39%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768415200.520.140.31315.6536.850.98
HexB05498034E1F13c2533
Octal26012423006416374744563
Binary101100001010100100110000110100111011111100111100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05498; }

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

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

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

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

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

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

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

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