Shades of Medium Orchid #BF2BD3
Tints of Medium Orchid #BF2BD3
RGB
CMYK
RGB Variations
Color information
#BF2BD3 (or 0xBF2BD3) is known color: Medium Orchid. HEX triplet: BF, 2B and D3. RGB value is (191,43,211). Sum of RGB (Red+Green+Blue) = 191+43+211=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 43 (17.19% from 255 or 9.66% from 445); Blue value is 211 (82.81% from 255 or 47.42% from 445); Max value from RGB is 211 - color contains mainly: blue. Hex color #BF2BD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2BD3 is #40D42C. Grayscale: #696969. Windows color (decimal): -4248621 or 13839295. OLE color: 13839295.
HSL color Cylindrical-coordinate representation of color #BF2BD3: hue angle of 292.86º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2BD3 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 43 | 211 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.17 |
| HSL | 292.86º | 0.66% | 0.5% | - |
| HSV(B) | 292.86º | 0.8% | 0.83% | - |
| XYZ | 34.11 | 17.51 | 63.21 | - |
| YUV | 106.4 | 187.03 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 43 | 211 | 0.09 | 0.80 | 0 | 0.17 | 292.86 | 0.66 | 0.5 |
| Hex | BF | 2B | D3 | 9 | 50 | 0 | 11 | 125 | 42 | 32 |
| Octal | 277 | 53 | 323 | 11 | 120 | 0 | 21 | 445 | 102 | 62 |
| Binary | 10111111 | 101011 | 11010011 | 1001 | 1010000 | 0 | 10001 | 100100101 | 1000010 | 110010 |
Color Harmonies of #BF2BD3
Complementary color
Monochromatic Colors of #BF2BD3
Black with #BF2BD3
Text Example
Text Example
White with #BF2BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2BD3; }
p { color: rgb(191,43,211); }
H1.HeaderClassName
{
color: #BF2BD3;
}
.AnyTagClassName
{
color: #BF2BD3;
}
</style>
background-color css
<style>
a { background-color: #BF2BD3; }
a { background-color: rgb(191,43,211); }
div.DivClassName
{
background-color: #BF2BD3;
}
.BgClassName
{
background-color: #BF2BD3;
}
</style>
border-color css
<style>
span { border-color: #BF2BD3; }
span { border-color: rgb(191,43,211); }
td.TdClassName
{
border-color: #BF2BD3;
}
.TagClassName
{
border-color: #BF2BD3;
}
</style>