#bf1b7f

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

Shades of Medium Violet Red #BF1B7F

Tints of Medium Violet Red #BF1B7F

Color information

#BF1B7F (or 0xBF1B7F) is unknown color: approx Medium Violet Red. HEX triplet: BF, 1B and 7F. RGB value is (191,27,127). Sum of RGB (Red+Green+Blue) = 191+27+127=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF1B7F is #40E480. Grayscale: #575757. Windows color (decimal): -4252801 or 8330175. OLE color: 8330175.

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

Color convert

RGB19127127-
CMYK00.860.340.25
HSL323.41º75.23%42.75%-
HSV(B)323.41º85.86%74.9%-
XYZ25.7113.3921.31-
YUV87.44150.33201.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.36%
GREEN value IS 27 (10.94% from 255) = 7.83%
BLUE value IS 127 (50% from 255) = 36.81%
R=55.36%
G=7.83%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912712700.860.340.25323.4175.2342.75
HexBF1B7F05622191434b2b
Octal277331770126423150311353
Binary1011111111011111111101010110100010110011010000111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf1b7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf1b7f; }

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

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

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

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

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

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

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

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