#B13A8C

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

Shades of Medium Red Violet #B13A8C

Tints of Medium Red Violet #B13A8C

Color information

#B13A8C (or 0xB13A8C) is unknown color: approx Medium Red Violet. HEX triplet: B1, 3A and 8C. RGB value is (177,58,140). Sum of RGB (Red+Green+Blue) = 177+58+140=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13A8C is #4EC573. Grayscale: #666666. Windows color (decimal): -5162356 or 9190065. OLE color: 9190065.

HSL color Cylindrical-coordinate representation of color #B13A8C: hue angle of 318.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 #B13A8C is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB17758140-
CMYK00.670.210.31
HSL318.66º50.64%46.08%-
HSV(B)318.66º67.23%69.41%-
XYZ24.3814.2726.28-
YUV102.93148.92180.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.2%
GREEN value IS 58 (23.05% from 255) = 15.47%
BLUE value IS 140 (55.08% from 255) = 37.33%
R=47.2%
G=15.47%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775814000.670.210.31318.6650.6446.08
HexB13A8C043151F13f332e
Octal26172214010325374776356
Binary1011000111101010001100010000111010111111100111111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13A8C; }

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

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

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

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

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

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

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

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