#bf0f75

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

Shades of Medium Violet Red #BF0F75

Tints of Medium Violet Red #BF0F75

Color information

#BF0F75 (or 0xBF0F75) is unknown color: approx Medium Violet Red. HEX triplet: BF, 0F and 75. RGB value is (191,15,117). Sum of RGB (Red+Green+Blue) = 191+15+117=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 15 (6.25% from 255 or 4.64% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0F75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0F75 is #40F08A. Grayscale: #4F4F4F. Windows color (decimal): -4255883 or 7671743. OLE color: 7671743.

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

Color convert

RGB19115117-
CMYK00.920.390.25
HSL325.23º85.44%40.39%-
HSV(B)325.23º92.15%74.9%-
XYZ24.8712.717.97-
YUV79.25149.31207.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.13%
GREEN value IS 15 (6.25% from 255) = 4.64%
BLUE value IS 117 (46.09% from 255) = 36.22%
R=59.13%
G=4.64%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911511700.920.390.25325.2385.4440.39
HexBFF7505C27191455528
Octal277171650134473150512550
Binary101111111111111010101011100100111110011010001011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf0f75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf0f75; }

 p { color: rgb(191,15,117); }

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

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

 a { background-color: rgb(191,15,117); }

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

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

 span { border-color: rgb(191,15,117); }

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