#BF13A5

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

Shades of Medium Violet Red #BF13A5

Tints of Medium Violet Red #BF13A5

Color information

#BF13A5 (or 0xBF13A5) is unknown color: approx Medium Violet Red. HEX triplet: BF, 13 and A5. RGB value is (191,19,165). Sum of RGB (Red+Green+Blue) = 191+19+165=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF13A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF13A5 is #40EC5A. Grayscale: #565656. Windows color (decimal): -4254811 or 10818495. OLE color: 10818495.

HSL color Cylindrical-coordinate representation of color #BF13A5: hue angle of 309.07º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF13A5 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB19119165-
CMYK00.900.140.25
HSL309.07º81.9%41.18%-
HSV(B)309.07º90.05%74.9%-
XYZ28.5114.2636.85-
YUV87.07171.98202.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.93%
GREEN value IS 19 (7.81% from 255) = 5.07%
BLUE value IS 165 (64.84% from 255) = 44%
R=50.93%
G=5.07%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911916500.900.140.25309.0781.941.18
HexBF13A505AE191355229
Octal277232450132163146512251
Binary101111111001110100101010110101110110011001101011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF13A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF13A5; }

 p { color: rgb(191,19,165); }

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

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

 a { background-color: rgb(191,19,165); }

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

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

 span { border-color: rgb(191,19,165); }

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