#BD1671

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

Shades of Medium Violet Red #BD1671

Tints of Medium Violet Red #BD1671

Color information

#BD1671 (or 0xBD1671) is unknown color: approx Medium Violet Red. HEX triplet: BD, 16 and 71. RGB value is (189,22,113). Sum of RGB (Red+Green+Blue) = 189+22+113=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1671 is #42E98E. Grayscale: #525252. Windows color (decimal): -4385167 or 7411389. OLE color: 7411389.

HSL color Cylindrical-coordinate representation of color #BD1671: hue angle of 327.31º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1671 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB18922113-
CMYK00.880.400.26
HSL327.31º79.15%41.37%-
HSV(B)327.31º88.36%74.12%-
XYZ24.2512.5816.77-
YUV82.31145.33204.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.33%
GREEN value IS 22 (8.98% from 255) = 6.79%
BLUE value IS 113 (44.53% from 255) = 34.88%
R=58.33%
G=6.79%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892211300.880.400.26327.3179.1541.37
HexBD1671058281A1474f29
Octal275261610130503250711751
Binary1011110110110111000101011000101000110101010001111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1671; }

 p { color: rgb(189,22,113); }

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

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

 a { background-color: rgb(189,22,113); }

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

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

 span { border-color: rgb(189,22,113); }

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