#BF309E

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

Shades of Medium Red Violet #BF309E

Tints of Medium Red Violet #BF309E

Color information

#BF309E (or 0xBF309E) is unknown color: approx Medium Red Violet. HEX triplet: BF, 30 and 9E. RGB value is (191,48,158). Sum of RGB (Red+Green+Blue) = 191+48+158=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF309E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF309E is #40CF61. Grayscale: #676767. Windows color (decimal): -4247394 or 10367167. OLE color: 10367167.

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

Color convert

RGB19148158-
CMYK00.750.170.25
HSL313.85º59.83%46.86%-
HSV(B)313.85º74.87%74.9%-
XYZ28.7115.6633.86-
YUV103.3158.88190.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.11%
GREEN value IS 48 (19.14% from 255) = 12.09%
BLUE value IS 158 (62.11% from 255) = 39.80%
R=48.11%
G=12.09%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914815800.750.170.25313.8559.8346.86
HexBF309E04B111913a3c2f
Octal27760236011321314727457
Binary1011111111000010011110010010111000111001100111010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF309E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF309E; }

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

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

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

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

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

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

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

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