#B151A7

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

Shades of Violet Blue #B151A7

Tints of Violet Blue #B151A7

Color information

#B151A7 (or 0xB151A7) is unknown color: approx Violet Blue. HEX triplet: B1, 51 and A7. RGB value is (177,81,167). Sum of RGB (Red+Green+Blue) = 177+81+167=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 167 (65.62% from 255 or 39.29% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B151A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B151A7 is #4EAE58. Grayscale: #777777. Windows color (decimal): -5156441 or 10965425. OLE color: 10965425.

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

Color convert

RGB17781167-
CMYK00.540.060.31
HSL306.25º38.1%50.59%-
HSV(B)306.25º54.24%69.41%-
XYZ28.0518.0238.56-
YUV119.51154.8169.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.65%
GREEN value IS 81 (32.03% from 255) = 19.06%
BLUE value IS 167 (65.62% from 255) = 39.29%
R=41.65%
G=19.06%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778116700.540.060.31306.2538.150.59
HexB151A703661F1322633
Octal2611212470666374624663
Binary10110001101000110100111011011011011111100110010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B151A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B151A7; }

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

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

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

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

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

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

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

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