#B13689

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

Shades of Medium Red Violet #B13689

Tints of Medium Red Violet #B13689

Color information

#B13689 (or 0xB13689) is unknown color: approx Medium Red Violet. HEX triplet: B1, 36 and 89. RGB value is (177,54,137). Sum of RGB (Red+Green+Blue) = 177+54+137=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B13689 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13689 is #4EC976. Grayscale: #646464. Windows color (decimal): -5163383 or 8992433. OLE color: 8992433.

HSL color Cylindrical-coordinate representation of color #B13689: hue angle of 319.51º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B13689 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB17754137-
CMYK00.690.230.31
HSL319.51º53.25%45.29%-
HSV(B)319.51º69.49%69.41%-
XYZ23.9713.7925.07-
YUV100.24148.75182.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.10%
GREEN value IS 54 (21.48% from 255) = 14.67%
BLUE value IS 137 (53.91% from 255) = 37.23%
R=48.10%
G=14.67%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775413700.690.230.31319.5153.2545.29
HexB13689045171F140352d
Octal26166211010527375006555
Binary1011000111011010001001010001011011111111101000000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13689; }

 p { color: rgb(177,54,137); }

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

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

 a { background-color: rgb(177,54,137); }

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

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

 span { border-color: rgb(177,54,137); }

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