#B130A0

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

Shades of Medium Red Violet #B130A0

Tints of Medium Red Violet #B130A0

Color information

#B130A0 (or 0xB130A0) is unknown color: approx Medium Red Violet. HEX triplet: B1, 30 and A0. RGB value is (177,48,160). Sum of RGB (Red+Green+Blue) = 177+48+160=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B130A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B130A0 is #4ECF5F. Grayscale: #636363. Windows color (decimal): -5164896 or 10498225. OLE color: 10498225.

HSL color Cylindrical-coordinate representation of color #B130A0: hue angle of 307.91º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B130A0 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB17748160-
CMYK00.730.100.31
HSL307.91º57.33%44.12%-
HSV(B)307.91º72.88%69.41%-
XYZ25.531434.61-
YUV99.34162.24183.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 48 (19.14% from 255) = 12.47%
BLUE value IS 160 (62.89% from 255) = 41.56%
R=45.97%
G=12.47%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774816000.730.100.31307.9157.3344.12
HexB130A0049A1F134392c
Octal26160240011112374647154
Binary101100011100001010000001001001101011111100110100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B130A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B130A0; }

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

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

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

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

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

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

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

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