#B13B82

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

Shades of Medium Red Violet #B13B82

Tints of Medium Red Violet #B13B82

Color information

#B13B82 (or 0xB13B82) is unknown color: approx Medium Red Violet. HEX triplet: B1, 3B and 82. RGB value is (177,59,130). Sum of RGB (Red+Green+Blue) = 177+59+130=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 59 (23.44% from 255 or 16.12% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13B82 is #4EC47D. Grayscale: #666666. Windows color (decimal): -5162110 or 8534961. OLE color: 8534961.

HSL color Cylindrical-coordinate representation of color #B13B82: hue angle of 323.9º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B13B82 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB17759130-
CMYK00.670.270.31
HSL323.9º50%46.27%-
HSV(B)323.9º66.67%69.41%-
XYZ23.7214.0922.59-
YUV102.38143.59181.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.36%
GREEN value IS 59 (23.44% from 255) = 16.12%
BLUE value IS 130 (51.17% from 255) = 35.52%
R=48.36%
G=16.12%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775913000.670.270.31323.95046.27
HexB13B820431B1F144322e
Octal26173202010333375046256
Binary1011000111101110000010010000111101111111101000100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13B82; }

 p { color: rgb(177,59,130); }

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

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

 a { background-color: rgb(177,59,130); }

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

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

 span { border-color: rgb(177,59,130); }

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