#B151A4

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

Shades of Violet Blue #B151A4

Tints of Violet Blue #B151A4

Color information

#B151A4 (or 0xB151A4) is unknown color: approx Violet Blue. HEX triplet: B1, 51 and A4. RGB value is (177,81,164). Sum of RGB (Red+Green+Blue) = 177+81+164=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B151A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B151A4 is #4EAE5B. Grayscale: #767676. Windows color (decimal): -5156444 or 10768817. OLE color: 10768817.

HSL color Cylindrical-coordinate representation of color #B151A4: hue angle of 308.12º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B151A4 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB17781164-
CMYK00.540.070.31
HSL308.12º38.1%50.59%-
HSV(B)308.12º54.24%69.41%-
XYZ27.7717.9137.12-
YUV119.17153.3169.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.94%
GREEN value IS 81 (32.03% from 255) = 19.19%
BLUE value IS 164 (64.45% from 255) = 38.86%
R=41.94%
G=19.19%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778116400.540.070.31308.1238.150.59
HexB151A403671F1342633
Octal2611212440667374644663
Binary10110001101000110100100011011011111111100110100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B151A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B151A4; }

 p { color: rgb(177,81,164); }

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

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

 a { background-color: rgb(177,81,164); }

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

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

 span { border-color: rgb(177,81,164); }

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