#B05D98

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

Shades of Violet Blue #B05D98

Tints of Violet Blue #B05D98

Color information

#B05D98 (or 0xB05D98) is unknown color: approx Violet Blue. HEX triplet: B0, 5D and 98. RGB value is (176,93,152). Sum of RGB (Red+Green+Blue) = 176+93+152=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05D98 is #4FA267. Grayscale: #7C7C7C. Windows color (decimal): -5218920 or 9985456. OLE color: 9985456.

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

Color convert

RGB17693152-
CMYK00.470.140.31
HSL317.35º34.44%52.75%-
HSV(B)317.35º47.16%69.02%-
XYZ27.4919.3331.99-
YUV124.54143.5164.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.81%
GREEN value IS 93 (36.72% from 255) = 22.09%
BLUE value IS 152 (59.77% from 255) = 36.10%
R=41.81%
G=22.09%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769315200.470.140.31317.3534.4452.75
HexB05D9802FE1F13d2235
Octal26013523005716374754265
Binary101100001011101100110000101111111011111100111101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05D98; }

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

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

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

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

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

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

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

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