#BF309C

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

Shades of Medium Red Violet #BF309C

Tints of Medium Red Violet #BF309C

Color information

#BF309C (or 0xBF309C) is unknown color: approx Medium Red Violet. HEX triplet: BF, 30 and 9C. RGB value is (191,48,156). Sum of RGB (Red+Green+Blue) = 191+48+156=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF309C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF309C is #40CF63. Grayscale: #666666. Windows color (decimal): -4247396 or 10236095. OLE color: 10236095.

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

Color convert

RGB19148156-
CMYK00.750.180.25
HSL314.69º59.83%46.86%-
HSV(B)314.69º74.87%74.9%-
XYZ28.5415.5932.96-
YUV103.07157.88190.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.35%
GREEN value IS 48 (19.14% from 255) = 12.15%
BLUE value IS 156 (61.33% from 255) = 39.49%
R=48.35%
G=12.15%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914815600.750.180.25314.6959.8346.86
HexBF309C04B121913b3c2f
Octal27760234011322314737457
Binary1011111111000010011100010010111001011001100111011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF309C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF309C; }

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

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

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

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

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

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

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

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