#BF5DF6

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

Shades of Medium Orchid #BF5DF6

Tints of Medium Orchid #BF5DF6

Color information

#BF5DF6 (or 0xBF5DF6) is unknown color: approx Medium Orchid. HEX triplet: BF, 5D and F6. RGB value is (191,93,246). Sum of RGB (Red+Green+Blue) = 191+93+246=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 93 (36.72% from 255 or 17.55% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #BF5DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5DF6 is #40A209. Grayscale: #8B8B8B. Windows color (decimal): -4235786 or 16145855. OLE color: 16145855.

HSL color Cylindrical-coordinate representation of color #BF5DF6: hue angle of 278.43º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF5DF6 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19193246-
CMYK0.220.6200.04
HSL278.43º89.47%66.47%-
HSV(B)278.43º62.2%96.47%-
XYZ42.0325.5689.91-
YUV139.74187.97164.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.04%
GREEN value IS 93 (36.72% from 255) = 17.55%
BLUE value IS 246 (96.48% from 255) = 46.42%
R=36.04%
G=17.55%
B=46.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal191932460.220.6200.04278.4389.4766.47
HexBF5DF6163E041165942
Octal277135366267604426131102
Binary1011111110111011111011010110111110010010001011010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5DF6; }

 p { color: rgb(191,93,246); }

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

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

 a { background-color: rgb(191,93,246); }

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

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

 span { border-color: rgb(191,93,246); }

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