#BF0E7D

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

Shades of Medium Violet Red #BF0E7D

Tints of Medium Violet Red #BF0E7D

Color information

#BF0E7D (or 0xBF0E7D) is unknown color: approx Medium Violet Red. HEX triplet: BF, 0E and 7D. RGB value is (191,14,125). Sum of RGB (Red+Green+Blue) = 191+14+125=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 14 (5.86% from 255 or 4.24% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0E7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0E7D is #40F182. Grayscale: #4F4F4F. Windows color (decimal): -4256131 or 8195775. OLE color: 8195775.

HSL color Cylindrical-coordinate representation of color #BF0E7D: hue angle of 322.37º degrees, saturation: 0.86, 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 #BF0E7D is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB19114125-
CMYK00.930.350.25
HSL322.37º86.34%40.2%-
HSV(B)322.37º92.67%74.9%-
XYZ25.3412.8720.55-
YUV79.58153.64207.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.88%
GREEN value IS 14 (5.86% from 255) = 4.24%
BLUE value IS 125 (49.22% from 255) = 37.88%
R=57.88%
G=4.24%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911412500.930.350.25322.3786.3440.2
HexBFE7D05D23191425628
Octal277161750135433150212650
Binary101111111110111110101011101100011110011010000101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0E7D; }

 p { color: rgb(191,14,125); }

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

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

 a { background-color: rgb(191,14,125); }

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

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

 span { border-color: rgb(191,14,125); }

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