#B1479C

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

Shades of Violet Blue #B1479C

Tints of Violet Blue #B1479C

Color information

#B1479C (or 0xB1479C) is unknown color: approx Violet Blue. HEX triplet: B1, 47 and 9C. RGB value is (177,71,156). Sum of RGB (Red+Green+Blue) = 177+71+156=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B1479C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1479C is #4EB863. Grayscale: #707070. Windows color (decimal): -5159012 or 10241969. OLE color: 10241969.

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

Color convert

RGB17771156-
CMYK00.600.120.31
HSL311.89º42.74%48.63%-
HSV(B)311.89º59.89%69.41%-
XYZ26.3916.2533.2-
YUV112.38152.62174.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.81%
GREEN value IS 71 (28.12% from 255) = 17.57%
BLUE value IS 156 (61.33% from 255) = 38.61%
R=43.81%
G=17.57%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777115600.600.120.31311.8942.7448.63
HexB1479C03CC1F1382b31
Octal26110723407414374705361
Binary101100011000111100111000111100110011111100111000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1479C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1479C; }

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

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

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

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

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

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

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

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