#B1218D

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

Shades of Medium Red Violet #B1218D

Tints of Medium Red Violet #B1218D

Color information

#B1218D (or 0xB1218D) is unknown color: approx Medium Red Violet. HEX triplet: B1, 21 and 8D. RGB value is (177,33,141). Sum of RGB (Red+Green+Blue) = 177+33+141=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B1218D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1218D is #4EDE72. Grayscale: #585858. Windows color (decimal): -5168755 or 9249201. OLE color: 9249201.

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

Color convert

RGB17733141-
CMYK00.810.200.31
HSL315º68.57%41.18%-
HSV(B)315º81.36%69.41%-
XYZ23.4812.3626.35-
YUV88.37157.71191.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.43%
GREEN value IS 33 (13.28% from 255) = 9.40%
BLUE value IS 141 (55.47% from 255) = 40.17%
R=50.43%
G=9.40%
B=40.17%

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
Decimal1773314100.810.200.3131568.5741.18
HexB1218D051141F13b4529
Octal261412150121243747310551
Binary10110001100001100011010101000110100111111001110111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1218D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1218D; }

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

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

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

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

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

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

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

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