#B121A0

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

Shades of Medium Red Violet #B121A0

Tints of Medium Red Violet #B121A0

Color information

#B121A0 (or 0xB121A0) is unknown color: approx Medium Red Violet. HEX triplet: B1, 21 and A0. RGB value is (177,33,160). Sum of RGB (Red+Green+Blue) = 177+33+160=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 160 (62.89% from 255 or 43.24% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B121A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B121A0 is #4EDE5F. Grayscale: #5A5A5A. Windows color (decimal): -5168736 or 10494385. OLE color: 10494385.

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

Color convert

RGB17733160-
CMYK00.810.100.31
HSL307.08º68.57%41.18%-
HSV(B)307.08º81.36%69.41%-
XYZ25.0212.9734.44-
YUV90.53167.21189.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.84%
GREEN value IS 33 (13.28% from 255) = 8.92%
BLUE value IS 160 (62.89% from 255) = 43.24%
R=47.84%
G=8.92%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773316000.810.100.31307.0868.5741.18
HexB121A0051A1F1334529
Octal261412400121123746310551
Binary1011000110000110100000010100011010111111001100111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B121A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B121A0; }

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

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

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

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

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

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

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

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