#BF3D8E

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

Shades of Medium Red Violet #BF3D8E

Tints of Medium Red Violet #BF3D8E

Color information

#BF3D8E (or 0xBF3D8E) is unknown color: approx Medium Red Violet. HEX triplet: BF, 3D and 8E. RGB value is (191,61,142). Sum of RGB (Red+Green+Blue) = 191+61+142=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3D8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3D8E is #40C271. Grayscale: #6C6C6C. Windows color (decimal): -4244082 or 9321919. OLE color: 9321919.

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

Color convert

RGB19161142-
CMYK00.680.260.25
HSL322.62º51.59%49.41%-
HSV(B)322.62º68.06%74.9%-
XYZ28.0416.3727.27-
YUV109.1146.57186.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.48%
GREEN value IS 61 (24.22% from 255) = 15.48%
BLUE value IS 142 (55.86% from 255) = 36.04%
R=48.48%
G=15.48%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916114200.680.260.25322.6251.5949.41
HexBF3D8E0441A191433431
Octal27775216010432315036461
Binary1011111111110110001110010001001101011001101000011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3D8E; }

 p { color: rgb(191,61,142); }

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

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

 a { background-color: rgb(191,61,142); }

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

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

 span { border-color: rgb(191,61,142); }

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