#B146A1

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

Shades of Violet Blue #B146A1

Tints of Violet Blue #B146A1

Color information

#B146A1 (or 0xB146A1) is unknown color: approx Violet Blue. HEX triplet: B1, 46 and A1. RGB value is (177,70,161). Sum of RGB (Red+Green+Blue) = 177+70+161=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 161 (63.28% from 255 or 39.46% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B146A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B146A1 is #4EB95E. Grayscale: #707070. Windows color (decimal): -5159263 or 10569393. OLE color: 10569393.

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

Color convert

RGB17770161-
CMYK00.600.090.31
HSL308.97º43.32%48.43%-
HSV(B)308.97º60.45%69.41%-
XYZ26.7516.335.45-
YUV112.37155.45174.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.38%
GREEN value IS 70 (27.73% from 255) = 17.16%
BLUE value IS 161 (63.28% from 255) = 39.46%
R=43.38%
G=17.16%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777016100.600.090.31308.9743.3248.43
HexB146A103C91F1352b30
Octal26110624107411374655360
Binary101100011000110101000010111100100111111100110101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B146A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B146A1; }

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

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

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

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

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

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

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

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