#bf308f

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

Shades of Medium Red Violet #BF308F

Tints of Medium Red Violet #BF308F

Color information

#BF308F (or 0xBF308F) is unknown color: approx Medium Red Violet. HEX triplet: BF, 30 and 8F. RGB value is (191,48,143). Sum of RGB (Red+Green+Blue) = 191+48+143=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 48 (19.14% from 255 or 12.57% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF308F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF308F is #40CF70. Grayscale: #656565. Windows color (decimal): -4247409 or 9384127. OLE color: 9384127.

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

Color convert

RGB19148143-
CMYK00.750.250.25
HSL320.14º59.83%46.86%-
HSV(B)320.14º74.87%74.9%-
XYZ27.515.1727.47-
YUV101.59151.38191.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50%
GREEN value IS 48 (19.14% from 255) = 12.57%
BLUE value IS 143 (56.25% from 255) = 37.43%
R=50%
G=12.57%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914814300.750.250.25320.1459.8346.86
HexBF308F04B19191403c2f
Octal27760217011331315007457
Binary1011111111000010001111010010111100111001101000000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf308f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf308f; }

 p { color: rgb(191,48,143); }

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

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

 a { background-color: rgb(191,48,143); }

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

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

 span { border-color: rgb(191,48,143); }

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