#B13074

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

Shades of Medium Red Violet #B13074

Tints of Medium Red Violet #B13074

Color information

#B13074 (or 0xB13074) is unknown color: approx Medium Red Violet. HEX triplet: B1, 30 and 74. RGB value is (177,48,116). Sum of RGB (Red+Green+Blue) = 177+48+116=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B13074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13074 is #4ECF8B. Grayscale: #5E5E5E. Windows color (decimal): -5164940 or 7614641. OLE color: 7614641.

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

Color convert

RGB17748116-
CMYK00.730.340.31
HSL328.37º57.33%44.12%-
HSV(B)328.37º72.88%69.41%-
XYZ22.3412.7217.8-
YUV94.32140.24186.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.91%
GREEN value IS 48 (19.14% from 255) = 14.08%
BLUE value IS 116 (45.70% from 255) = 34.02%
R=51.91%
G=14.08%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774811600.730.340.31328.3757.3344.12
HexB13074049221F148392c
Octal26160164011142375107154
Binary1011000111000011101000100100110001011111101001000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13074; }

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

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

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

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

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

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

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

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