#B13F8B

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

Shades of Medium Red Violet #B13F8B

Tints of Medium Red Violet #B13F8B

Color information

#B13F8B (or 0xB13F8B) is unknown color: approx Medium Red Violet. HEX triplet: B1, 3F and 8B. RGB value is (177,63,139). Sum of RGB (Red+Green+Blue) = 177+63+139=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13F8B is #4EC074. Grayscale: #696969. Windows color (decimal): -5161077 or 9125809. OLE color: 9125809.

HSL color Cylindrical-coordinate representation of color #B13F8B: hue angle of 320º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B13F8B is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB17763139-
CMYK00.640.210.31
HSL320º47.5%47.06%-
HSV(B)320º64.41%69.41%-
XYZ24.5714.7725.98-
YUV105.75146.77178.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.70%
GREEN value IS 63 (25% from 255) = 16.62%
BLUE value IS 139 (54.69% from 255) = 36.68%
R=46.70%
G=16.62%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776313900.640.210.3132047.547.06
HexB13F8B040151F140302f
Octal26177213010025375006057
Binary1011000111111110001011010000001010111111101000000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13F8B; }

 p { color: rgb(177,63,139); }

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

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

 a { background-color: rgb(177,63,139); }

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

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

 span { border-color: rgb(177,63,139); }

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