#B13A8A

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

Shades of Medium Red Violet #B13A8A

Tints of Medium Red Violet #B13A8A

Color information

#B13A8A (or 0xB13A8A) is unknown color: approx Medium Red Violet. HEX triplet: B1, 3A and 8A. RGB value is (177,58,138). Sum of RGB (Red+Green+Blue) = 177+58+138=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13A8A is #4EC575. Grayscale: #666666. Windows color (decimal): -5162358 or 9058993. OLE color: 9058993.

HSL color Cylindrical-coordinate representation of color #B13A8A: hue angle of 319.66º degrees, saturation: 0.51, 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 #B13A8A is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB17758138-
CMYK00.670.220.31
HSL319.66º50.64%46.08%-
HSV(B)319.66º67.23%69.41%-
XYZ24.2314.2125.51-
YUV102.7147.92181-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.45%
GREEN value IS 58 (23.05% from 255) = 15.55%
BLUE value IS 138 (54.30% from 255) = 37.00%
R=47.45%
G=15.55%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775813800.670.220.31319.6650.6446.08
HexB13A8A043161F140332e
Octal26172212010326375006356
Binary1011000111101010001010010000111011011111101000000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13A8A; }

 p { color: rgb(177,58,138); }

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

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

 a { background-color: rgb(177,58,138); }

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

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

 span { border-color: rgb(177,58,138); }

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