Shades of Medium Orchid #BF30D1
Tints of Medium Orchid #BF30D1
RGB
CMYK
RGB Variations
Color information
#BF30D1 (or 0xBF30D1) is known color: Medium Orchid. HEX triplet: BF, 30 and D1. RGB value is (191,48,209). Sum of RGB (Red+Green+Blue) = 191+48+209=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 209 (82.03% from 255 or 46.65% from 448); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF30D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF30D1 is #40CF2E. Grayscale: #6C6C6C. Windows color (decimal): -4247343 or 13709503. OLE color: 13709503.
HSL color Cylindrical-coordinate representation of color #BF30D1: hue angle of 293.29º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF30D1 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 48 | 209 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.18 |
| HSL | 293.29º | 0.64% | 0.5% | - |
| HSV(B) | 293.29º | 0.77% | 0.82% | - |
| XYZ | 34.05 | 17.79 | 61.96 | - |
| YUV | 109.11 | 184.38 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 48 | 209 | 0.09 | 0.77 | 0 | 0.18 | 293.29 | 0.64 | 0.5 |
| Hex | BF | 30 | D1 | 9 | 4D | 0 | 12 | 125 | 40 | 32 |
| Octal | 277 | 60 | 321 | 11 | 115 | 0 | 22 | 445 | 100 | 62 |
| Binary | 10111111 | 110000 | 11010001 | 1001 | 1001101 | 0 | 10010 | 100100101 | 1000000 | 110010 |
Color Harmonies of #BF30D1
Complementary color
Monochromatic Colors of #BF30D1
Black with #BF30D1
Text Example
Text Example
White with #BF30D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF30D1; }
p { color: rgb(191,48,209); }
H1.HeaderClassName
{
color: #BF30D1;
}
.AnyTagClassName
{
color: #BF30D1;
}
</style>
background-color css
<style>
a { background-color: #BF30D1; }
a { background-color: rgb(191,48,209); }
div.DivClassName
{
background-color: #BF30D1;
}
.BgClassName
{
background-color: #BF30D1;
}
</style>
border-color css
<style>
span { border-color: #BF30D1; }
span { border-color: rgb(191,48,209); }
td.TdClassName
{
border-color: #BF30D1;
}
.TagClassName
{
border-color: #BF30D1;
}
</style>