#BF0085

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

Shades of Medium Violet Red #BF0085

Tints of Medium Violet Red #BF0085

Color information

#BF0085 (or 0xBF0085) is unknown color: approx Medium Violet Red. HEX triplet: BF, 00 and 85. RGB value is (191,0,133). Sum of RGB (Red+Green+Blue) = 191+0+133=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0085 is #40FF7A. Grayscale: #474747. Windows color (decimal): -4259707 or 8716479. OLE color: 8716479.

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

Color convert

RGB1910133-
CMYK010.300.25
HSL318.22º100%37.45%-
HSV(B)318.22º100%74.9%-
XYZ25.7212.7723.3-
YUV72.27162.28212.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 133 (52.34% from 255) = 41.05%
R=58.95%
G=0%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1910133010.300.25318.2210037.45
HexBF0850641E1913e6425
Octal27702050144363147614445
Binary101111110100001010110010011110110011001111101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0085; }

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

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

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

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

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

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

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

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