#B15D98

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

Shades of Violet Blue #B15D98

Tints of Violet Blue #B15D98

Color information

#B15D98 (or 0xB15D98) is unknown color: approx Violet Blue. HEX triplet: B1, 5D and 98. RGB value is (177,93,152). Sum of RGB (Red+Green+Blue) = 177+93+152=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15D98 is #4EA267. Grayscale: #7C7C7C. Windows color (decimal): -5153384 or 9985457. OLE color: 9985457.

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

Color convert

RGB17793152-
CMYK00.470.140.31
HSL317.86º35%52.94%-
HSV(B)317.86º47.46%69.41%-
XYZ27.7119.4432-
YUV124.84143.33165.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.94%
GREEN value IS 93 (36.72% from 255) = 22.04%
BLUE value IS 152 (59.77% from 255) = 36.02%
R=41.94%
G=22.04%
B=36.02%

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
Decimal1779315200.470.140.31317.863552.94
HexB15D9802FE1F13e2335
Octal26113523005716374764365
Binary101100011011101100110000101111111011111100111110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15D98; }

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

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

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

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

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

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

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

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