#BF187E

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

Shades of Medium Violet Red #BF187E

Tints of Medium Violet Red #BF187E

Color information

#BF187E (or 0xBF187E) is unknown color: approx Medium Violet Red. HEX triplet: BF, 18 and 7E. RGB value is (191,24,126). Sum of RGB (Red+Green+Blue) = 191+24+126=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF187E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF187E is #40E781. Grayscale: #555555. Windows color (decimal): -4253570 or 8263871. OLE color: 8263871.

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

Color convert

RGB19124126-
CMYK00.870.340.25
HSL323.35º77.67%42.16%-
HSV(B)323.35º87.43%74.9%-
XYZ25.5813.2420.95-
YUV85.56150.83203.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.01%
GREEN value IS 24 (9.77% from 255) = 7.04%
BLUE value IS 126 (49.61% from 255) = 36.95%
R=56.01%
G=7.04%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912412600.870.340.25323.3577.6742.16
HexBF187E05722191434e2a
Octal277301760127423150311652
Binary1011111111000111111001010111100010110011010000111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF187E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF187E; }

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

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

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

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

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

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

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

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