#B1337D

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

Shades of Medium Red Violet #B1337D

Tints of Medium Red Violet #B1337D

Color information

#B1337D (or 0xB1337D) is unknown color: approx Medium Red Violet. HEX triplet: B1, 33 and 7D. RGB value is (177,51,125). Sum of RGB (Red+Green+Blue) = 177+51+125=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B1337D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1337D is #4ECC82. Grayscale: #606060. Windows color (decimal): -5164163 or 8205233. OLE color: 8205233.

HSL color Cylindrical-coordinate representation of color #B1337D: hue angle of 324.76º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B1337D is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB17751125-
CMYK00.710.290.31
HSL324.76º55.26%44.71%-
HSV(B)324.76º71.19%69.41%-
XYZ23.0213.220.74-
YUV97.11143.74184.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.14%
GREEN value IS 51 (20.31% from 255) = 14.45%
BLUE value IS 125 (49.22% from 255) = 35.41%
R=50.14%
G=14.45%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775112500.710.290.31324.7655.2644.71
HexB1337D0471D1F145372d
Octal26163175010735375056755
Binary101100011100111111101010001111110111111101000101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1337D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1337D; }

 p { color: rgb(177,51,125); }

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

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

 a { background-color: rgb(177,51,125); }

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

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

 span { border-color: rgb(177,51,125); }

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