#B1209E

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

Shades of Medium Red Violet #B1209E

Tints of Medium Red Violet #B1209E

Color information

#B1209E (or 0xB1209E) is unknown color: approx Medium Red Violet. HEX triplet: B1, 20 and 9E. RGB value is (177,32,158). Sum of RGB (Red+Green+Blue) = 177+32+158=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B1209E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1209E is #4EDF61. Grayscale: #595959. Windows color (decimal): -5168994 or 10363057. OLE color: 10363057.

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

Color convert

RGB17732158-
CMYK00.820.110.31
HSL307.86º69.38%40.98%-
HSV(B)307.86º81.92%69.41%-
XYZ24.8212.8533.52-
YUV89.72166.54190.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.23%
GREEN value IS 32 (12.89% from 255) = 8.72%
BLUE value IS 158 (62.11% from 255) = 43.05%
R=48.23%
G=8.72%
B=43.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773215800.820.110.31307.8669.3840.98
HexB1209E052B1F1344529
Octal261402360122133746410551
Binary1011000110000010011110010100101011111111001101001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1209E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1209E; }

 p { color: rgb(177,32,158); }

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

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

 a { background-color: rgb(177,32,158); }

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

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

 span { border-color: rgb(177,32,158); }

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