#BD3172

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

Shades of Medium Red Violet #BD3172

Tints of Medium Red Violet #BD3172

Color information

#BD3172 (or 0xBD3172) is unknown color: approx Medium Red Violet. HEX triplet: BD, 31 and 72. RGB value is (189,49,114). Sum of RGB (Red+Green+Blue) = 189+49+114=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3172 is #42CE8D. Grayscale: #626262. Windows color (decimal): -4378254 or 7483837. OLE color: 7483837.

HSL color Cylindrical-coordinate representation of color #BD3172: hue angle of 332.14º 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 #BD3172 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB18949114-
CMYK00.740.400.26
HSL332.14º58.82%46.67%-
HSV(B)332.14º74.07%74.12%-
XYZ25.1214.2317.34-
YUV98.27136.88192.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.69%
GREEN value IS 49 (19.53% from 255) = 13.92%
BLUE value IS 114 (44.92% from 255) = 32.39%
R=53.69%
G=13.92%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894911400.740.400.26332.1458.8246.67
HexBD317204A281A14c3b2f
Octal27561162011250325147357
Binary1011110111000111100100100101010100011010101001100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3172; }

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

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

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

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

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

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

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

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