#B1228B

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

Shades of Medium Red Violet #B1228B

Tints of Medium Red Violet #B1228B

Color information

#B1228B (or 0xB1228B) is unknown color: approx Medium Red Violet. HEX triplet: B1, 22 and 8B. RGB value is (177,34,139). Sum of RGB (Red+Green+Blue) = 177+34+139=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B1228B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1228B is #4EDD74. Grayscale: #585858. Windows color (decimal): -5168501 or 9118385. OLE color: 9118385.

HSL color Cylindrical-coordinate representation of color #B1228B: hue angle of 315.94º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B1228B is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB17734139-
CMYK00.810.210.31
HSL315.94º67.77%41.37%-
HSV(B)315.94º80.79%69.41%-
XYZ23.3612.3625.58-
YUV88.73156.38190.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.57%
GREEN value IS 34 (13.67% from 255) = 9.71%
BLUE value IS 139 (54.69% from 255) = 39.71%
R=50.57%
G=9.71%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773413900.810.210.31315.9467.7741.37
HexB1228B051151F13c4429
Octal261422130121253747410451
Binary10110001100010100010110101000110101111111001111001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1228B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1228B; }

 p { color: rgb(177,34,139); }

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

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

 a { background-color: rgb(177,34,139); }

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

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

 span { border-color: rgb(177,34,139); }

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