#BF5DF1

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

Shades of Medium Orchid #BF5DF1

Tints of Medium Orchid #BF5DF1

Color information

#BF5DF1 (or 0xBF5DF1) is unknown color: approx Medium Orchid. HEX triplet: BF, 5D and F1. RGB value is (191,93,241). Sum of RGB (Red+Green+Blue) = 191+93+241=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF5DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5DF1 is #40A20E. Grayscale: #8A8A8A. Windows color (decimal): -4235791 or 15818175. OLE color: 15818175.

HSL color Cylindrical-coordinate representation of color #BF5DF1: hue angle of 279.73º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF5DF1 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19193241-
CMYK0.210.6100.05
HSL279.73º84.09%65.49%-
HSV(B)279.73º61.41%94.51%-
XYZ41.2825.2685.92-
YUV139.17185.47164.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.38%
GREEN value IS 93 (36.72% from 255) = 17.71%
BLUE value IS 241 (94.53% from 255) = 45.90%
R=36.38%
G=17.71%
B=45.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal191932410.210.6100.05279.7384.0965.49
HexBF5DF1153D051185441
Octal277135361257505430124101
Binary1011111110111011111000110101111101010110001100010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5DF1; }

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

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

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

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

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

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

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

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