Shades of Medium Orchid #BF3CDA
Tints of Medium Orchid #BF3CDA
RGB
CMYK
RGB Variations
Color information
#BF3CDA (or 0xBF3CDA) is known color: Medium Orchid. HEX triplet: BF, 3C and DA. RGB value is (191,60,218). Sum of RGB (Red+Green+Blue) = 191+60+218=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 60 (23.83% from 255 or 12.79% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF3CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3CDA is #40C325. Grayscale: #747474. Windows color (decimal): -4244262 or 14302399. OLE color: 14302399.
HSL color Cylindrical-coordinate representation of color #BF3CDA: hue angle of 289.75º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF3CDA is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 60 | 218 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.15 |
| HSL | 289.75º | 0.68% | 0.55% | - |
| HSV(B) | 289.75º | 0.72% | 0.85% | - |
| XYZ | 35.76 | 19.37 | 68.18 | - |
| YUV | 117.18 | 184.9 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 218 | 0.12 | 0.72 | 0 | 0.15 | 289.75 | 0.68 | 0.55 |
| Hex | BF | 3C | DA | C | 48 | 0 | F | 122 | 44 | 37 |
| Octal | 277 | 74 | 332 | 14 | 110 | 0 | 17 | 442 | 104 | 67 |
| Binary | 10111111 | 111100 | 11011010 | 1100 | 1001000 | 0 | 1111 | 100100010 | 1000100 | 110111 |
Color Harmonies of #BF3CDA
Complementary color
Monochromatic Colors of #BF3CDA
Black with #BF3CDA
Text Example
Text Example
White with #BF3CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3CDA; }
p { color: rgb(191,60,218); }
H1.HeaderClassName
{
color: #BF3CDA;
}
.AnyTagClassName
{
color: #BF3CDA;
}
</style>
background-color css
<style>
a { background-color: #BF3CDA; }
a { background-color: rgb(191,60,218); }
div.DivClassName
{
background-color: #BF3CDA;
}
.BgClassName
{
background-color: #BF3CDA;
}
</style>
border-color css
<style>
span { border-color: #BF3CDA; }
span { border-color: rgb(191,60,218); }
td.TdClassName
{
border-color: #BF3CDA;
}
.TagClassName
{
border-color: #BF3CDA;
}
</style>