#B15BAD

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

Shades of Violet Blue #B15BAD

Tints of Violet Blue #B15BAD

Color information

#B15BAD (or 0xB15BAD) is unknown color: approx Violet Blue. HEX triplet: B1, 5B and AD. RGB value is (177,91,173). Sum of RGB (Red+Green+Blue) = 177+91+173=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B15BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15BAD is #4EA452. Grayscale: #7D7D7D. Windows color (decimal): -5153875 or 11361201. OLE color: 11361201.

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

Color convert

RGB17791173-
CMYK00.490.020.31
HSL302.79º35.54%52.55%-
HSV(B)302.79º48.59%69.41%-
XYZ29.4219.8541.82-
YUV126.06154.49164.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.14%
GREEN value IS 91 (35.94% from 255) = 20.63%
BLUE value IS 173 (67.97% from 255) = 39.23%
R=40.14%
G=20.63%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779117300.490.020.31302.7935.5452.55
HexB15BAD03121F12f2435
Octal2611332550612374574465
Binary1011000110110111010110101100011011111100101111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15BAD; }

 p { color: rgb(177,91,173); }

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

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

 a { background-color: rgb(177,91,173); }

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

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

 span { border-color: rgb(177,91,173); }

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