#BD1F6F

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

Shades of Medium Violet Red #BD1F6F

Tints of Medium Violet Red #BD1F6F

Color information

#BD1F6F (or 0xBD1F6F) is unknown color: approx Medium Violet Red. HEX triplet: BD, 1F and 6F. RGB value is (189,31,111). Sum of RGB (Red+Green+Blue) = 189+31+111=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 31 (12.5% from 255 or 9.37% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1F6F is #42E090. Grayscale: #575757. Windows color (decimal): -4382865 or 7282621. OLE color: 7282621.

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

Color convert

RGB18931111-
CMYK00.840.410.26
HSL329.62º71.82%43.14%-
HSV(B)329.62º83.6%74.12%-
XYZ24.3512.9516.25-
YUV87.36141.35200.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.10%
GREEN value IS 31 (12.5% from 255) = 9.37%
BLUE value IS 111 (43.75% from 255) = 33.53%
R=57.10%
G=9.37%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893111100.840.410.26329.6271.8243.14
HexBD1F6F054291A14a482b
Octal275371570124513251211053
Binary1011110111111110111101010100101001110101010010101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1F6F; }

 p { color: rgb(189,31,111); }

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

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

 a { background-color: rgb(189,31,111); }

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

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

 span { border-color: rgb(189,31,111); }

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