#BD1F6D

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

Shades of Medium Violet Red #BD1F6D

Tints of Medium Violet Red #BD1F6D

Color information

#BD1F6D (or 0xBD1F6D) is unknown color: approx Medium Violet Red. HEX triplet: BD, 1F and 6D. RGB value is (189,31,109). Sum of RGB (Red+Green+Blue) = 189+31+109=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1F6D is #42E092. Grayscale: #565656. Windows color (decimal): -4382867 or 7151549. OLE color: 7151549.

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

Color convert

RGB18931109-
CMYK00.840.420.26
HSL330.38º71.82%43.14%-
HSV(B)330.38º83.6%74.12%-
XYZ24.2412.915.68-
YUV87.13140.35200.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.45%
GREEN value IS 31 (12.5% from 255) = 9.42%
BLUE value IS 109 (42.97% from 255) = 33.13%
R=57.45%
G=9.42%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893110900.840.420.26330.3871.8243.14
HexBD1F6D0542A1A14a482b
Octal275371550124523251211053
Binary1011110111111110110101010100101010110101010010101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1F6D; }

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

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

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

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

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

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

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

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