#BD3173

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

Shades of Medium Red Violet #BD3173

Tints of Medium Red Violet #BD3173

Color information

#BD3173 (or 0xBD3173) is unknown color: approx Medium Red Violet. HEX triplet: BD, 31 and 73. RGB value is (189,49,115). Sum of RGB (Red+Green+Blue) = 189+49+115=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3173 is #42CE8C. Grayscale: #626262. Windows color (decimal): -4378253 or 7549373. OLE color: 7549373.

HSL color Cylindrical-coordinate representation of color #BD3173: hue angle of 331.71º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD3173 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB18949115-
CMYK00.740.390.26
HSL331.71º58.82%46.67%-
HSV(B)331.71º74.07%74.12%-
XYZ25.1814.2517.64-
YUV98.38137.38192.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.54%
GREEN value IS 49 (19.53% from 255) = 13.88%
BLUE value IS 115 (45.31% from 255) = 32.58%
R=53.54%
G=13.88%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894911500.740.390.26331.7158.8246.67
HexBD317304A271A14c3b2f
Octal27561163011247325147357
Binary1011110111000111100110100101010011111010101001100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3173; }

 p { color: rgb(189,49,115); }

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

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

 a { background-color: rgb(189,49,115); }

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

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

 span { border-color: rgb(189,49,115); }

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