#B1218E

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

Shades of Medium Red Violet #B1218E

Tints of Medium Red Violet #B1218E

Color information

#B1218E (or 0xB1218E) is unknown color: approx Medium Red Violet. HEX triplet: B1, 21 and 8E. RGB value is (177,33,142). Sum of RGB (Red+Green+Blue) = 177+33+142=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 33 (13.28% from 255 or 9.38% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B1218E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1218E is #4EDE71. Grayscale: #585858. Windows color (decimal): -5168754 or 9314737. OLE color: 9314737.

HSL color Cylindrical-coordinate representation of color #B1218E: hue angle of 314.58º degrees, saturation: 0.69, 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 #B1218E is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB17733142-
CMYK00.810.200.31
HSL314.58º68.57%41.18%-
HSV(B)314.58º81.36%69.41%-
XYZ23.5612.3926.74-
YUV88.48158.21191.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.28%
GREEN value IS 33 (13.28% from 255) = 9.38%
BLUE value IS 142 (55.86% from 255) = 40.34%
R=50.28%
G=9.38%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773314200.810.200.31314.5868.5741.18
HexB1218E051141F13b4529
Octal261412160121243747310551
Binary10110001100001100011100101000110100111111001110111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1218E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1218E; }

 p { color: rgb(177,33,142); }

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

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

 a { background-color: rgb(177,33,142); }

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

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

 span { border-color: rgb(177,33,142); }

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