#BF5DF2

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

Shades of Medium Orchid #BF5DF2

Tints of Medium Orchid #BF5DF2

Color information

#BF5DF2 (or 0xBF5DF2) is unknown color: approx Medium Orchid. HEX triplet: BF, 5D and F2. RGB value is (191,93,242). Sum of RGB (Red+Green+Blue) = 191+93+242=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 93 (36.72% from 255 or 17.68% from 526); Blue value is 242 (94.92% from 255 or 46.01% from 526); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF5DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5DF2 is #40A20D. Grayscale: #8A8A8A. Windows color (decimal): -4235790 or 15883711. OLE color: 15883711.

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

Color convert

RGB19193242-
CMYK0.210.6200.05
HSL279.46º85.14%65.69%-
HSV(B)279.46º61.57%94.9%-
XYZ41.4325.3286.71-
YUV139.29185.97164.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.31%
GREEN value IS 93 (36.72% from 255) = 17.68%
BLUE value IS 242 (94.92% from 255) = 46.01%
R=36.31%
G=17.68%
B=46.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal191932420.210.6200.05279.4685.1465.69
HexBF5DF2153E051175542
Octal277135362257605427125102
Binary1011111110111011111001010101111110010110001011110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5DF2; }

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

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

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

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

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

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

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

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