Shades of Medium Orchid #BF5DF2
Tints of Medium Orchid #BF5DF2
RGB
CMYK
RGB Variations
Color information
#BF5DF2 (or 0xBF5DF2) is known color: 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
| RGB | 191 | 93 | 242 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.05 |
| HSL | 279.46º | 0.85% | 0.66% | - |
| HSV(B) | 279.46º | 0.62% | 0.95% | - |
| XYZ | 41.43 | 25.32 | 86.71 | - |
| YUV | 139.29 | 185.97 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 242 | 0.21 | 0.62 | 0 | 0.05 | 279.46 | 0.85 | 0.66 |
| Hex | BF | 5D | F2 | 15 | 3E | 0 | 5 | 117 | 55 | 42 |
| Octal | 277 | 135 | 362 | 25 | 76 | 0 | 5 | 427 | 125 | 102 |
| Binary | 10111111 | 1011101 | 11110010 | 10101 | 111110 | 0 | 101 | 100010111 | 1010101 | 1000010 |
Color Harmonies of #BF5DF2
Complementary color
Monochromatic Colors of #BF5DF2
Black with #BF5DF2
Text Example
Text Example
White with #BF5DF2
Text Example
Text Example
HTML Codes & Css Web 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>