#BF309B

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

Shades of Medium Red Violet #BF309B

Tints of Medium Red Violet #BF309B

Color information

#BF309B (or 0xBF309B) is unknown color: approx Medium Red Violet. HEX triplet: BF, 30 and 9B. RGB value is (191,48,155). Sum of RGB (Red+Green+Blue) = 191+48+155=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF309B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF309B is #40CF64. Grayscale: #666666. Windows color (decimal): -4247397 or 10170559. OLE color: 10170559.

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

Color convert

RGB19148155-
CMYK00.750.190.25
HSL315.1º59.83%46.86%-
HSV(B)315.1º74.87%74.9%-
XYZ28.4615.5632.51-
YUV102.96157.38190.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.48%
GREEN value IS 48 (19.14% from 255) = 12.18%
BLUE value IS 155 (60.94% from 255) = 39.34%
R=48.48%
G=12.18%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914815500.750.190.25315.159.8346.86
HexBF309B04B131913b3c2f
Octal27760233011323314737457
Binary1011111111000010011011010010111001111001100111011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF309B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF309B; }

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

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

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

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

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

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

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

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