Shades of Medium Orchid #BF3DD5
Tints of Medium Orchid #BF3DD5
RGB
CMYK
RGB Variations
Color information
#BF3DD5 (or 0xBF3DD5) is known color: Medium Orchid. HEX triplet: BF, 3D and D5. RGB value is (191,61,213). Sum of RGB (Red+Green+Blue) = 191+61+213=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 213 (83.59% from 255 or 45.81% from 465); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF3DD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3DD5 is #40C22A. Grayscale: #747474. Windows color (decimal): -4244011 or 13974975. OLE color: 13974975.
HSL color Cylindrical-coordinate representation of color #BF3DD5: hue angle of 291.32º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF3DD5 is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 61 | 213 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.16 |
| HSL | 291.32º | 0.64% | 0.54% | - |
| HSV(B) | 291.32º | 0.71% | 0.84% | - |
| XYZ | 35.16 | 19.22 | 64.81 | - |
| YUV | 117.2 | 182.07 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 61 | 213 | 0.10 | 0.71 | 0 | 0.16 | 291.32 | 0.64 | 0.54 |
| Hex | BF | 3D | D5 | A | 47 | 0 | 10 | 123 | 40 | 36 |
| Octal | 277 | 75 | 325 | 12 | 107 | 0 | 20 | 443 | 100 | 66 |
| Binary | 10111111 | 111101 | 11010101 | 1010 | 1000111 | 0 | 10000 | 100100011 | 1000000 | 110110 |
Color Harmonies of #BF3DD5
Complementary color
Monochromatic Colors of #BF3DD5
Black with #BF3DD5
Text Example
Text Example
White with #BF3DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3DD5; }
p { color: rgb(191,61,213); }
H1.HeaderClassName
{
color: #BF3DD5;
}
.AnyTagClassName
{
color: #BF3DD5;
}
</style>
background-color css
<style>
a { background-color: #BF3DD5; }
a { background-color: rgb(191,61,213); }
div.DivClassName
{
background-color: #BF3DD5;
}
.BgClassName
{
background-color: #BF3DD5;
}
</style>
border-color css
<style>
span { border-color: #BF3DD5; }
span { border-color: rgb(191,61,213); }
td.TdClassName
{
border-color: #BF3DD5;
}
.TagClassName
{
border-color: #BF3DD5;
}
</style>