#B15CA1

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

Shades of Violet Blue #B15CA1

Tints of Violet Blue #B15CA1

Color information

#B15CA1 (or 0xB15CA1) is unknown color: approx Violet Blue. HEX triplet: B1, 5C and A1. RGB value is (177,92,161). Sum of RGB (Red+Green+Blue) = 177+92+161=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B15CA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15CA1 is #4EA35E. Grayscale: #7D7D7D. Windows color (decimal): -5153631 or 10575025. OLE color: 10575025.

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

Color convert

RGB17792161-
CMYK00.480.090.31
HSL311.29º35.27%52.75%-
HSV(B)311.29º48.02%69.41%-
XYZ28.3919.5736-
YUV125.28148.16164.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.16%
GREEN value IS 92 (36.33% from 255) = 21.40%
BLUE value IS 161 (63.28% from 255) = 37.44%
R=41.16%
G=21.40%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779216100.480.090.31311.2935.2752.75
HexB15CA103091F1372335
Octal26113424106011374674365
Binary101100011011100101000010110000100111111100110111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15CA1; }

 p { color: rgb(177,92,161); }

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

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

 a { background-color: rgb(177,92,161); }

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

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

 span { border-color: rgb(177,92,161); }

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