#B1369D

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

Shades of Medium Red Violet #B1369D

Tints of Medium Red Violet #B1369D

Color information

#B1369D (or 0xB1369D) is unknown color: approx Medium Red Violet. HEX triplet: B1, 36 and 9D. RGB value is (177,54,157). Sum of RGB (Red+Green+Blue) = 177+54+157=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B1369D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1369D is #4EC962. Grayscale: #666666. Windows color (decimal): -5163363 or 10303153. OLE color: 10303153.

HSL color Cylindrical-coordinate representation of color #B1369D: hue angle of 309.76º 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 #B1369D is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB17754157-
CMYK00.690.110.31
HSL309.76º53.25%45.29%-
HSV(B)309.76º69.49%69.41%-
XYZ25.5414.4233.34-
YUV102.52158.75181.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.62%
GREEN value IS 54 (21.48% from 255) = 13.92%
BLUE value IS 157 (61.72% from 255) = 40.46%
R=45.62%
G=13.92%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775415700.690.110.31309.7653.2545.29
HexB1369D045B1F136352d
Octal26166235010513374666555
Binary101100011101101001110101000101101111111100110110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1369D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1369D; }

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

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

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

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

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

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

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

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