#BF4ED5

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

Shades of Medium Orchid #BF4ED5

Tints of Medium Orchid #BF4ED5

Color information

#BF4ED5 (or 0xBF4ED5) is unknown color: approx Medium Orchid. HEX triplet: BF, 4E and D5. RGB value is (191,78,213). Sum of RGB (Red+Green+Blue) = 191+78+213=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF4ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4ED5 is #40B12A. Grayscale: #7E7E7E. Windows color (decimal): -4239659 or 13979327. OLE color: 13979327.

HSL color Cylindrical-coordinate representation of color #BF4ED5: hue angle of 290.22º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF4ED5 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19178213-
CMYK0.100.6300.16
HSL290.22º61.64%57.06%-
HSV(B)290.22º63.38%83.53%-
XYZ36.2221.3365.16-
YUV127.18176.44173.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.63%
GREEN value IS 78 (30.86% from 255) = 16.18%
BLUE value IS 213 (83.59% from 255) = 44.19%
R=39.63%
G=16.18%
B=44.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal191782130.100.6300.16290.2261.6457.06
HexBF4ED5A3F0101223e39
Octal27711632512770204427671
Binary101111111001110110101011010111111010000100100010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4ED5; }

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

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

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

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

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

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

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

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