#bf1d9a

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

Shades of Medium Violet Red #BF1D9A

Tints of Medium Violet Red #BF1D9A

Color information

#BF1D9A (or 0xBF1D9A) is unknown color: approx Medium Violet Red. HEX triplet: BF, 1D and 9A. RGB value is (191,29,154). Sum of RGB (Red+Green+Blue) = 191+29+154=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1D9A is #40E265. Grayscale: #5B5B5B. Windows color (decimal): -4252262 or 10100159. OLE color: 10100159.

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

Color convert

RGB19129154-
CMYK00.850.190.25
HSL313.7º73.64%43.14%-
HSV(B)313.7º84.82%74.9%-
XYZ27.7614.2931.87-
YUV91.69163.17198.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.07%
GREEN value IS 29 (11.72% from 255) = 7.75%
BLUE value IS 154 (60.55% from 255) = 41.18%
R=51.07%
G=7.75%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912915400.850.190.25313.773.6443.14
HexBF1D9A055131913a4a2b
Octal277352320125233147211253
Binary1011111111101100110100101010110011110011001110101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf1d9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf1d9a; }

 p { color: rgb(191,29,154); }

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

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

 a { background-color: rgb(191,29,154); }

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

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

 span { border-color: rgb(191,29,154); }

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