#BF249C

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

Shades of Medium Violet Red #BF249C

Tints of Medium Violet Red #BF249C

Color information

#BF249C (or 0xBF249C) is unknown color: approx Medium Violet Red. HEX triplet: BF, 24 and 9C. RGB value is (191,36,156). Sum of RGB (Red+Green+Blue) = 191+36+156=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF249C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF249C is #40DB63. Grayscale: #5F5F5F. Windows color (decimal): -4250468 or 10233023. OLE color: 10233023.

HSL color Cylindrical-coordinate representation of color #BF249C: hue angle of 313.55º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF249C is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB19136156-
CMYK00.810.180.25
HSL313.55º68.28%44.51%-
HSV(B)313.55º81.15%74.9%-
XYZ28.1214.7432.82-
YUV96.02161.85195.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.87%
GREEN value IS 36 (14.45% from 255) = 9.40%
BLUE value IS 156 (61.33% from 255) = 40.73%
R=49.87%
G=9.40%
B=40.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913615600.810.180.25313.5568.2844.51
HexBF249C051121913a442d
Octal277442340121223147210455
Binary10111111100100100111000101000110010110011001110101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF249C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF249C; }

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

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

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

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

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

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

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

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