#B13C9A

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

Shades of Medium Red Violet #B13C9A

Tints of Medium Red Violet #B13C9A

Color information

#B13C9A (or 0xB13C9A) is unknown color: approx Medium Red Violet. HEX triplet: B1, 3C and 9A. RGB value is (177,60,154). Sum of RGB (Red+Green+Blue) = 177+60+154=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13C9A is #4EC365. Grayscale: #696969. Windows color (decimal): -5161830 or 10108081. OLE color: 10108081.

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

Color convert

RGB17760154-
CMYK00.660.130.31
HSL311.79º49.37%46.47%-
HSV(B)311.79º66.1%69.41%-
XYZ25.5814.9132.1-
YUV105.7155.26178.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.27%
GREEN value IS 60 (23.83% from 255) = 15.35%
BLUE value IS 154 (60.55% from 255) = 39.39%
R=45.27%
G=15.35%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776015400.660.130.31311.7949.3746.47
HexB13C9A042D1F138312e
Octal26174232010215374706156
Binary101100011111001001101001000010110111111100111000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13C9A; }

 p { color: rgb(177,60,154); }

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

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

 a { background-color: rgb(177,60,154); }

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

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

 span { border-color: rgb(177,60,154); }

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