#B13386

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

Shades of Medium Red Violet #B13386

Tints of Medium Red Violet #B13386

Color information

#B13386 (or 0xB13386) is unknown color: approx Medium Red Violet. HEX triplet: B1, 33 and 86. RGB value is (177,51,134). Sum of RGB (Red+Green+Blue) = 177+51+134=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B13386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13386 is #4ECC79. Grayscale: #616161. Windows color (decimal): -5164154 or 8795057. OLE color: 8795057.

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

Color convert

RGB17751134-
CMYK00.710.240.31
HSL320.48º55.26%44.71%-
HSV(B)320.48º71.19%69.41%-
XYZ23.6213.4423.9-
YUV98.14148.24184.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.90%
GREEN value IS 51 (20.31% from 255) = 14.09%
BLUE value IS 134 (52.73% from 255) = 37.02%
R=48.90%
G=14.09%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775113400.710.240.31320.4855.2644.71
HexB13386047181F140372d
Octal26163206010730375006755
Binary1011000111001110000110010001111100011111101000000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13386; }

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

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

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

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

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

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

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

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