#B1489E

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

Shades of Violet Blue #B1489E

Tints of Violet Blue #B1489E

Color information

#B1489E (or 0xB1489E) is unknown color: approx Violet Blue. HEX triplet: B1, 48 and 9E. RGB value is (177,72,158). Sum of RGB (Red+Green+Blue) = 177+72+158=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B1489E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1489E is #4EB761. Grayscale: #707070. Windows color (decimal): -5158754 or 10373297. OLE color: 10373297.

HSL color Cylindrical-coordinate representation of color #B1489E: hue angle of 310.86º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B1489E is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB17772158-
CMYK00.590.110.31
HSL310.86º42.17%48.82%-
HSV(B)310.86º59.32%69.41%-
XYZ26.6216.4534.12-
YUV113.2153.29173.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.49%
GREEN value IS 72 (28.52% from 255) = 17.69%
BLUE value IS 158 (62.11% from 255) = 38.82%
R=43.49%
G=17.69%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777215800.590.110.31310.8642.1748.82
HexB1489E03BB1F1372a31
Octal26111023607313374675261
Binary101100011001000100111100111011101111111100110111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1489E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1489E; }

 p { color: rgb(177,72,158); }

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

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

 a { background-color: rgb(177,72,158); }

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

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

 span { border-color: rgb(177,72,158); }

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