#B146A2

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

Shades of Violet Blue #B146A2

Tints of Violet Blue #B146A2

Color information

#B146A2 (or 0xB146A2) is unknown color: approx Violet Blue. HEX triplet: B1, 46 and A2. RGB value is (177,70,162). Sum of RGB (Red+Green+Blue) = 177+70+162=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 70 (27.73% from 255 or 17.11% from 409); Blue value is 162 (63.67% from 255 or 39.61% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B146A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B146A2 is #4EB95D. Grayscale: #707070. Windows color (decimal): -5159262 or 10634929. OLE color: 10634929.

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

Color convert

RGB17770162-
CMYK00.600.080.31
HSL308.41º43.32%48.43%-
HSV(B)308.41º60.45%69.41%-
XYZ26.8416.3435.92-
YUV112.48155.95174.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.28%
GREEN value IS 70 (27.73% from 255) = 17.11%
BLUE value IS 162 (63.67% from 255) = 39.61%
R=43.28%
G=17.11%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777016200.600.080.31308.4143.3248.43
HexB146A203C81F1342b30
Octal26110624207410374645360
Binary101100011000110101000100111100100011111100110100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B146A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B146A2; }

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

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

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

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

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

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

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

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