Shades of Medium Orchid #BF30D8
Tints of Medium Orchid #BF30D8
RGB
CMYK
RGB Variations
Color information
#BF30D8 (or 0xBF30D8) is known color: Medium Orchid. HEX triplet: BF, 30 and D8. RGB value is (191,48,216). Sum of RGB (Red+Green+Blue) = 191+48+216=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 48 (19.14% from 255 or 10.55% from 455); Blue value is 216 (84.77% from 255 or 47.47% from 455); Max value from RGB is 216 - color contains mainly: blue. Hex color #BF30D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF30D8 is #40CF27. Grayscale: #6D6D6D. Windows color (decimal): -4247336 or 14168255. OLE color: 14168255.
HSL color Cylindrical-coordinate representation of color #BF30D8: hue angle of 291.07º degrees, saturation: 0.68, 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 #BF30D8 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 48 | 216 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.15 |
| HSL | 291.07º | 0.68% | 0.52% | - |
| HSV(B) | 291.07º | 0.78% | 0.85% | - |
| XYZ | 34.94 | 18.15 | 66.63 | - |
| YUV | 109.91 | 187.88 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 48 | 216 | 0.12 | 0.78 | 0 | 0.15 | 291.07 | 0.68 | 0.52 |
| Hex | BF | 30 | D8 | C | 4E | 0 | F | 123 | 44 | 34 |
| Octal | 277 | 60 | 330 | 14 | 116 | 0 | 17 | 443 | 104 | 64 |
| Binary | 10111111 | 110000 | 11011000 | 1100 | 1001110 | 0 | 1111 | 100100011 | 1000100 | 110100 |
Color Harmonies of #BF30D8
Complementary color
Monochromatic Colors of #BF30D8
Black with #BF30D8
Text Example
Text Example
White with #BF30D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF30D8; }
p { color: rgb(191,48,216); }
H1.HeaderClassName
{
color: #BF30D8;
}
.AnyTagClassName
{
color: #BF30D8;
}
</style>
background-color css
<style>
a { background-color: #BF30D8; }
a { background-color: rgb(191,48,216); }
div.DivClassName
{
background-color: #BF30D8;
}
.BgClassName
{
background-color: #BF30D8;
}
</style>
border-color css
<style>
span { border-color: #BF30D8; }
span { border-color: rgb(191,48,216); }
td.TdClassName
{
border-color: #BF30D8;
}
.TagClassName
{
border-color: #BF30D8;
}
</style>