#B1489C

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

Shades of Violet Blue #B1489C

Tints of Violet Blue #B1489C

Color information

#B1489C (or 0xB1489C) is unknown color: approx Violet Blue. HEX triplet: B1, 48 and 9C. RGB value is (177,72,156). Sum of RGB (Red+Green+Blue) = 177+72+156=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B1489C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1489C is #4EB763. Grayscale: #707070. Windows color (decimal): -5158756 or 10242225. OLE color: 10242225.

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

Color convert

RGB17772156-
CMYK00.590.120.31
HSL312º42.17%48.82%-
HSV(B)312º59.32%69.41%-
XYZ26.4516.3833.22-
YUV112.97152.29173.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.70%
GREEN value IS 72 (28.52% from 255) = 17.78%
BLUE value IS 156 (61.33% from 255) = 38.52%
R=43.70%
G=17.78%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777215600.590.120.3131242.1748.82
HexB1489C03BC1F1382a31
Octal26111023407314374705261
Binary101100011001000100111000111011110011111100111000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1489C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1489C; }

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

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

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

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

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

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

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

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