Shades of Medium Orchid #BF2FDA
Tints of Medium Orchid #BF2FDA
RGB
CMYK
RGB Variations
Color information
#BF2FDA (or 0xBF2FDA) is known color: Medium Orchid. HEX triplet: BF, 2F and DA. RGB value is (191,47,218). Sum of RGB (Red+Green+Blue) = 191+47+218=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 47 (18.75% from 255 or 10.31% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF2FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2FDA is #40D025. Grayscale: #6D6D6D. Windows color (decimal): -4247590 or 14299071. OLE color: 14299071.
HSL color Cylindrical-coordinate representation of color #BF2FDA: hue angle of 290.53º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF2FDA is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 47 | 218 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.15 |
| HSL | 290.53º | 0.7% | 0.52% | - |
| HSV(B) | 290.53º | 0.78% | 0.85% | - |
| XYZ | 35.16 | 18.17 | 67.98 | - |
| YUV | 109.55 | 189.21 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 47 | 218 | 0.12 | 0.78 | 0 | 0.15 | 290.53 | 0.7 | 0.52 |
| Hex | BF | 2F | DA | C | 4E | 0 | F | 123 | 46 | 34 |
| Octal | 277 | 57 | 332 | 14 | 116 | 0 | 17 | 443 | 106 | 64 |
| Binary | 10111111 | 101111 | 11011010 | 1100 | 1001110 | 0 | 1111 | 100100011 | 1000110 | 110100 |
Color Harmonies of #BF2FDA
Complementary color
Monochromatic Colors of #BF2FDA
Black with #BF2FDA
Text Example
Text Example
White with #BF2FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2FDA; }
p { color: rgb(191,47,218); }
H1.HeaderClassName
{
color: #BF2FDA;
}
.AnyTagClassName
{
color: #BF2FDA;
}
</style>
background-color css
<style>
a { background-color: #BF2FDA; }
a { background-color: rgb(191,47,218); }
div.DivClassName
{
background-color: #BF2FDA;
}
.BgClassName
{
background-color: #BF2FDA;
}
</style>
border-color css
<style>
span { border-color: #BF2FDA; }
span { border-color: rgb(191,47,218); }
td.TdClassName
{
border-color: #BF2FDA;
}
.TagClassName
{
border-color: #BF2FDA;
}
</style>