#bf1a9c

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

Shades of Medium Violet Red #BF1A9C

Tints of Medium Violet Red #BF1A9C

Color information

#BF1A9C (or 0xBF1A9C) is unknown color: approx Medium Violet Red. HEX triplet: BF, 1A and 9C. RGB value is (191,26,156). Sum of RGB (Red+Green+Blue) = 191+26+156=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 26 (10.55% from 255 or 6.97% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1A9C is #40E563. Grayscale: #595959. Windows color (decimal): -4253028 or 10230463. OLE color: 10230463.

HSL color Cylindrical-coordinate representation of color #BF1A9C: hue angle of 312.73º degrees, saturation: 0.76, 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 #BF1A9C is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB19126156-
CMYK00.860.180.25
HSL312.73º76.04%42.55%-
HSV(B)312.73º86.39%74.9%-
XYZ27.8614.2232.73-
YUV90.16165.16199.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.21%
GREEN value IS 26 (10.55% from 255) = 6.97%
BLUE value IS 156 (61.33% from 255) = 41.82%
R=51.21%
G=6.97%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912615600.860.180.25312.7376.0442.55
HexBF1A9C05612191394c2b
Octal277322340126223147111453
Binary1011111111010100111000101011010010110011001110011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf1a9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf1a9c; }

 p { color: rgb(191,26,156); }

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

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

 a { background-color: rgb(191,26,156); }

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

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

 span { border-color: rgb(191,26,156); }

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