#B15DA8

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

Shades of Violet Blue #B15DA8

Tints of Violet Blue #B15DA8

Color information

#B15DA8 (or 0xB15DA8) is unknown color: approx Violet Blue. HEX triplet: B1, 5D and A8. RGB value is (177,93,168). Sum of RGB (Red+Green+Blue) = 177+93+168=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B15DA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15DA8 is #4EA257. Grayscale: #7E7E7E. Windows color (decimal): -5153368 or 11034033. OLE color: 11034033.

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

Color convert

RGB17793168-
CMYK00.470.050.31
HSL306.43º35%52.94%-
HSV(B)306.43º47.46%69.41%-
XYZ29.112039.37-
YUV126.67151.33163.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.41%
GREEN value IS 93 (36.72% from 255) = 21.23%
BLUE value IS 168 (66.02% from 255) = 38.36%
R=40.41%
G=21.23%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779316800.470.050.31306.433552.94
HexB15DA802F51F1322335
Octal2611352500575374624365
Binary10110001101110110101000010111110111111100110010100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15DA8; }

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

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

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

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

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

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

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

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