#BF6ED1

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

Shades of Medium Orchid #BF6ED1

Tints of Medium Orchid #BF6ED1

Color information

#BF6ED1 (or 0xBF6ED1) is unknown color: approx Medium Orchid. HEX triplet: BF, 6E and D1. RGB value is (191,110,209). Sum of RGB (Red+Green+Blue) = 191+110+209=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 110 (43.36% from 255 or 21.57% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF6ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6ED1 is #40912E. Grayscale: #919191. Windows color (decimal): -4231471 or 13725375. OLE color: 13725375.

HSL color Cylindrical-coordinate representation of color #BF6ED1: hue angle of 289.09º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF6ED1 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB191110209-
CMYK0.090.4700.18
HSL289.09º51.83%62.55%-
HSV(B)289.09º47.37%81.96%-
XYZ38.5726.8363.47-
YUV145.5163.84160.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.45%
GREEN value IS 110 (43.36% from 255) = 21.57%
BLUE value IS 209 (82.03% from 255) = 40.98%
R=37.45%
G=21.57%
B=40.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1911102090.090.4700.18289.0951.8362.55
HexBF6ED192F012121343f
Octal27715632111570224416477
Binary101111111101110110100011001101111010010100100001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6ED1; }

 p { color: rgb(191,110,209); }

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

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

 a { background-color: rgb(191,110,209); }

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

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

 span { border-color: rgb(191,110,209); }

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