#BF4ED8

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

Shades of Medium Orchid #BF4ED8

Tints of Medium Orchid #BF4ED8

Color information

#BF4ED8 (or 0xBF4ED8) is unknown color: approx Medium Orchid. HEX triplet: BF, 4E and D8. RGB value is (191,78,216). Sum of RGB (Red+Green+Blue) = 191+78+216=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 216 - color contains mainly: blue. Hex color #BF4ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4ED8 is #40B127. Grayscale: #7F7F7F. Windows color (decimal): -4239656 or 14175935. OLE color: 14175935.

HSL color Cylindrical-coordinate representation of color #BF4ED8: hue angle of 289.13º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF4ED8 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19178216-
CMYK0.120.6400.15
HSL289.13º63.89%57.65%-
HSV(B)289.13º63.89%84.71%-
XYZ36.621.4867.18-
YUV127.52177.94173.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.38%
GREEN value IS 78 (30.86% from 255) = 16.08%
BLUE value IS 216 (84.77% from 255) = 44.54%
R=39.38%
G=16.08%
B=44.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal191782160.120.6400.15289.1363.8957.65
HexBF4ED8C400F121403a
Octal2771163301410001744110072
Binary1011111110011101101100011001000000011111001000011000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4ED8; }

 p { color: rgb(191,78,216); }

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

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

 a { background-color: rgb(191,78,216); }

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

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

 span { border-color: rgb(191,78,216); }

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