#BF028C

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

Shades of Medium Violet Red #BF028C

Tints of Medium Violet Red #BF028C

Color information

#BF028C (or 0xBF028C) is unknown color: approx Medium Violet Red. HEX triplet: BF, 02 and 8C. RGB value is (191,2,140). Sum of RGB (Red+Green+Blue) = 191+2+140=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF028C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF028C is #40FD73. Grayscale: #494949. Windows color (decimal): -4259188 or 9175743. OLE color: 9175743.

HSL color Cylindrical-coordinate representation of color #BF028C: hue angle of 316.19º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF028C is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB1912140-
CMYK00.990.270.25
HSL316.19º97.93%37.84%-
HSV(B)316.19º98.95%74.9%-
XYZ26.2413.0125.94-
YUV74.24165.12211.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.36%
GREEN value IS 2 (1.17% from 255) = 0.60%
BLUE value IS 140 (55.08% from 255) = 42.04%
R=57.36%
G=0.60%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191214000.990.270.25316.1997.9337.84
HexBF28C0631B1913c6226
Octal27722140143333147414246
Binary1011111110100011000110001111011110011001111001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF028C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF028C; }

 p { color: rgb(191,2,140); }

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

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

 a { background-color: rgb(191,2,140); }

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

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

 span { border-color: rgb(191,2,140); }

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