#BF127E

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

Shades of Medium Violet Red #BF127E

Tints of Medium Violet Red #BF127E

Color information

#BF127E (or 0xBF127E) is unknown color: approx Medium Violet Red. HEX triplet: BF, 12 and 7E. RGB value is (191,18,126). Sum of RGB (Red+Green+Blue) = 191+18+126=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF127E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF127E is #40ED81. Grayscale: #515151. Windows color (decimal): -4255106 or 8262335. OLE color: 8262335.

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

Color convert

RGB19118126-
CMYK00.910.340.25
HSL322.54º82.78%40.98%-
HSV(B)322.54º90.58%74.9%-
XYZ25.4713.0220.91-
YUV82.04152.81205.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.01%
GREEN value IS 18 (7.42% from 255) = 5.37%
BLUE value IS 126 (49.61% from 255) = 37.61%
R=57.01%
G=5.37%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911812600.910.340.25322.5482.7840.98
HexBF127E05B22191435329
Octal277221760133423150312351
Binary1011111110010111111001011011100010110011010000111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF127E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF127E; }

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

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

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

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

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

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

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

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