#BF008F

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

Shades of Medium Violet Red #BF008F

Tints of Medium Violet Red #BF008F

Color information

#BF008F (or 0xBF008F) is unknown color: approx Medium Violet Red. HEX triplet: BF, 00 and 8F. RGB value is (191,0,143). Sum of RGB (Red+Green+Blue) = 191+0+143=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 143 (56.25% from 255 or 42.81% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF008F is #40FF70. Grayscale: #494949. Windows color (decimal): -4259697 or 9371839. OLE color: 9371839.

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

Color convert

RGB1910143-
CMYK010.250.25
HSL315.08º100%37.45%-
HSV(B)315.08º100%74.9%-
XYZ26.4413.0627.11-
YUV73.41167.28211.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 143 (56.25% from 255) = 42.81%
R=57.19%
G=0%
B=42.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1910143010.250.25315.0810037.45
HexBF08F064191913b6425
Octal27702170144313147314445
Binary101111110100011110110010011001110011001110111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF008F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF008F; }

 p { color: rgb(191,0,143); }

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

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

 a { background-color: rgb(191,0,143); }

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

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

 span { border-color: rgb(191,0,143); }

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