#B1469F

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

Shades of Violet Blue #B1469F

Tints of Violet Blue #B1469F

Color information

#B1469F (or 0xB1469F) is unknown color: approx Violet Blue. HEX triplet: B1, 46 and 9F. RGB value is (177,70,159). Sum of RGB (Red+Green+Blue) = 177+70+159=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B1469F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1469F is #4EB960. Grayscale: #6F6F6F. Windows color (decimal): -5159265 or 10438321. OLE color: 10438321.

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

Color convert

RGB17770159-
CMYK00.600.100.31
HSL310.09º43.32%48.43%-
HSV(B)310.09º60.45%69.41%-
XYZ26.5816.2334.53-
YUV112.14154.45174.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.60%
GREEN value IS 70 (27.73% from 255) = 17.24%
BLUE value IS 159 (62.5% from 255) = 39.16%
R=43.60%
G=17.24%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777015900.600.100.31310.0943.3248.43
HexB1469F03CA1F1362b30
Octal26110623707412374665360
Binary101100011000110100111110111100101011111100110110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1469F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1469F; }

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

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

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

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

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

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

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

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