#BF308C

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

Shades of Medium Red Violet #BF308C

Tints of Medium Red Violet #BF308C

Color information

#BF308C (or 0xBF308C) is unknown color: approx Medium Red Violet. HEX triplet: BF, 30 and 8C. RGB value is (191,48,140). Sum of RGB (Red+Green+Blue) = 191+48+140=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF308C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF308C is #40CF73. Grayscale: #656565. Windows color (decimal): -4247412 or 9187519. OLE color: 9187519.

HSL color Cylindrical-coordinate representation of color #BF308C: hue angle of 321.4º 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 #BF308C is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB19148140-
CMYK00.750.270.25
HSL321.4º59.83%46.86%-
HSV(B)321.4º74.87%74.9%-
XYZ27.2815.0826.28-
YUV101.24149.88192.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.40%
GREEN value IS 48 (19.14% from 255) = 12.66%
BLUE value IS 140 (55.08% from 255) = 36.94%
R=50.40%
G=12.66%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914814000.750.270.25321.459.8346.86
HexBF308C04B1B191413c2f
Octal27760214011333315017457
Binary1011111111000010001100010010111101111001101000001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF308C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF308C; }

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

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

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

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

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

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

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

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