#BF027F

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

Shades of Medium Violet Red #BF027F

Tints of Medium Violet Red #BF027F

Color information

#BF027F (or 0xBF027F) is unknown color: approx Medium Violet Red. HEX triplet: BF, 02 and 7F. RGB value is (191,2,127). Sum of RGB (Red+Green+Blue) = 191+2+127=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF027F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF027F is #40FD80. Grayscale: #484848. Windows color (decimal): -4259201 or 8323775. OLE color: 8323775.

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

Color convert

RGB1912127-
CMYK00.990.340.25
HSL320.32º97.93%37.84%-
HSV(B)320.32º98.95%74.9%-
XYZ25.3412.6521.19-
YUV72.76158.62212.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.69%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 127 (50% from 255) = 39.69%
R=59.69%
G=0.62%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191212700.990.340.25320.3297.9337.84
HexBF27F06322191406226
Octal27721770143423150014246
Binary1011111110111111101100011100010110011010000001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF027F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF027F; }

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

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

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

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

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

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

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

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