#BF126E

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

Shades of Medium Violet Red #BF126E

Tints of Medium Violet Red #BF126E

Color information

#BF126E (or 0xBF126E) is unknown color: approx Medium Violet Red. HEX triplet: BF, 12 and 6E. RGB value is (191,18,110). Sum of RGB (Red+Green+Blue) = 191+18+110=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF126E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF126E is #40ED91. Grayscale: #505050. Windows color (decimal): -4255122 or 7213759. OLE color: 7213759.

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

Color convert

RGB19118110-
CMYK00.910.420.25
HSL328.09º82.78%40.98%-
HSV(B)328.09º90.58%74.9%-
XYZ24.5212.6315.9-
YUV80.22144.81207.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.87%
GREEN value IS 18 (7.42% from 255) = 5.64%
BLUE value IS 110 (43.36% from 255) = 34.48%
R=59.87%
G=5.64%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911811000.910.420.25328.0982.7840.98
HexBF126E05B2A191485329
Octal277221560133523151012351
Binary1011111110010110111001011011101010110011010010001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF126E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF126E; }

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

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

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

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

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

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

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

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