#BF0D7E

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

Shades of Medium Violet Red #BF0D7E

Tints of Medium Violet Red #BF0D7E

Color information

#BF0D7E (or 0xBF0D7E) is unknown color: approx Medium Violet Red. HEX triplet: BF, 0D and 7E. RGB value is (191,13,126). Sum of RGB (Red+Green+Blue) = 191+13+126=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0D7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0D7E is #40F281. Grayscale: #4E4E4E. Windows color (decimal): -4256386 or 8261055. OLE color: 8261055.

HSL color Cylindrical-coordinate representation of color #BF0D7E: hue angle of 321.91º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF0D7E is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB19113126-
CMYK00.930.340.25
HSL321.91º87.25%40%-
HSV(B)321.91º93.19%74.9%-
XYZ25.412.8720.88-
YUV79.1154.47207.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.88%
GREEN value IS 13 (5.47% from 255) = 3.94%
BLUE value IS 126 (49.61% from 255) = 38.18%
R=57.88%
G=3.94%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911312600.930.340.25321.9187.2540
HexBFD7E05D22191425728
Octal277151760135423150212750
Binary101111111101111111001011101100010110011010000101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0D7E; }

 p { color: rgb(191,13,126); }

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

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

 a { background-color: rgb(191,13,126); }

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

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

 span { border-color: rgb(191,13,126); }

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