Shades of Medium Orchid #BF2DDA
Tints of Medium Orchid #BF2DDA
RGB
CMYK
RGB Variations
Color information
#BF2DDA (or 0xBF2DDA) is known color: Medium Orchid. HEX triplet: BF, 2D and DA. RGB value is (191,45,218). Sum of RGB (Red+Green+Blue) = 191+45+218=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 45 (17.97% from 255 or 9.91% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF2DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2DDA is #40D225. Grayscale: #6B6B6B. Windows color (decimal): -4248102 or 14298559. OLE color: 14298559.
HSL color Cylindrical-coordinate representation of color #BF2DDA: hue angle of 290.64º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF2DDA is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 45 | 218 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.15 |
| HSL | 290.64º | 0.7% | 0.52% | - |
| HSV(B) | 290.64º | 0.79% | 0.85% | - |
| XYZ | 35.08 | 18.02 | 67.96 | - |
| YUV | 108.38 | 189.87 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 218 | 0.12 | 0.79 | 0 | 0.15 | 290.64 | 0.7 | 0.52 |
| Hex | BF | 2D | DA | C | 4F | 0 | F | 123 | 46 | 34 |
| Octal | 277 | 55 | 332 | 14 | 117 | 0 | 17 | 443 | 106 | 64 |
| Binary | 10111111 | 101101 | 11011010 | 1100 | 1001111 | 0 | 1111 | 100100011 | 1000110 | 110100 |
Color Harmonies of #BF2DDA
Complementary color
Monochromatic Colors of #BF2DDA
Black with #BF2DDA
Text Example
Text Example
White with #BF2DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2DDA; }
p { color: rgb(191,45,218); }
H1.HeaderClassName
{
color: #BF2DDA;
}
.AnyTagClassName
{
color: #BF2DDA;
}
</style>
background-color css
<style>
a { background-color: #BF2DDA; }
a { background-color: rgb(191,45,218); }
div.DivClassName
{
background-color: #BF2DDA;
}
.BgClassName
{
background-color: #BF2DDA;
}
</style>
border-color css
<style>
span { border-color: #BF2DDA; }
span { border-color: rgb(191,45,218); }
td.TdClassName
{
border-color: #BF2DDA;
}
.TagClassName
{
border-color: #BF2DDA;
}
</style>