#b1047a

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

Shades of Medium Violet Red #B1047A

Tints of Medium Violet Red #B1047A

Color information

#B1047A (or 0xB1047A) is unknown color: approx Medium Violet Red. HEX triplet: B1, 04 and 7A. RGB value is (177,4,122). Sum of RGB (Red+Green+Blue) = 177+4+122=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B1047A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1047A is #4EFB85. Grayscale: #444444. Windows color (decimal): -5176198 or 7996593. OLE color: 7996593.

HSL color Cylindrical-coordinate representation of color #B1047A: hue angle of 319.08º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B1047A is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB1774122-
CMYK00.980.310.31
HSL319.08º95.58%35.49%-
HSV(B)319.08º97.74%69.41%-
XYZ21.6910.8419.36-
YUV69.18157.81204.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.42%
GREEN value IS 4 (1.95% from 255) = 1.32%
BLUE value IS 122 (48.05% from 255) = 40.26%
R=58.42%
G=1.32%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177412200.980.310.31319.0895.5835.49
HexB147A0621F1F13f6023
Octal26141720142373747714043
Binary1011000110011110100110001011111111111001111111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1047a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1047a; }

 p { color: rgb(177,4,122); }

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

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

 a { background-color: rgb(177,4,122); }

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

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

 span { border-color: rgb(177,4,122); }

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