#B13E9C

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

Shades of Medium Red Violet #B13E9C

Tints of Medium Red Violet #B13E9C

Color information

#B13E9C (or 0xB13E9C) is unknown color: approx Medium Red Violet. HEX triplet: B1, 3E and 9C. RGB value is (177,62,156). Sum of RGB (Red+Green+Blue) = 177+62+156=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13E9C is #4EC163. Grayscale: #6A6A6A. Windows color (decimal): -5161316 or 10239665. OLE color: 10239665.

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

Color convert

RGB17762156-
CMYK00.650.120.31
HSL310.96º48.12%46.86%-
HSV(B)310.96º64.97%69.41%-
XYZ25.8515.1933.02-
YUV107.1155.6177.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.81%
GREEN value IS 62 (24.61% from 255) = 15.70%
BLUE value IS 156 (61.33% from 255) = 39.49%
R=44.81%
G=15.70%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776215600.650.120.31310.9648.1246.86
HexB13E9C041C1F137302f
Octal26176234010114374676057
Binary101100011111101001110001000001110011111100110111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13E9C; }

 p { color: rgb(177,62,156); }

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

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

 a { background-color: rgb(177,62,156); }

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

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

 span { border-color: rgb(177,62,156); }

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