Shades of Medium Orchid #BF30E8
Tints of Medium Orchid #BF30E8
RGB
CMYK
RGB Variations
Color information
#BF30E8 (or 0xBF30E8) is known color: Medium Orchid. HEX triplet: BF, 30 and E8. RGB value is (191,48,232). Sum of RGB (Red+Green+Blue) = 191+48+232=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 48 (19.14% from 255 or 10.19% from 471); Blue value is 232 (91.02% from 255 or 49.26% from 471); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF30E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF30E8 is #40CF17. Grayscale: #6F6F6F. Windows color (decimal): -4247320 or 15216831. OLE color: 15216831.
HSL color Cylindrical-coordinate representation of color #BF30E8: hue angle of 286.63º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF30E8 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 48 | 232 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.09 |
| HSL | 286.63º | 0.8% | 0.55% | - |
| HSV(B) | 286.63º | 0.79% | 0.91% | - |
| XYZ | 37.11 | 19.02 | 78.06 | - |
| YUV | 111.73 | 195.88 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 48 | 232 | 0.18 | 0.79 | 0 | 0.09 | 286.63 | 0.8 | 0.55 |
| Hex | BF | 30 | E8 | 12 | 4F | 0 | 9 | 11F | 50 | 37 |
| Octal | 277 | 60 | 350 | 22 | 117 | 0 | 11 | 437 | 120 | 67 |
| Binary | 10111111 | 110000 | 11101000 | 10010 | 1001111 | 0 | 1001 | 100011111 | 1010000 | 110111 |
Color Harmonies of #BF30E8
Complementary color
Monochromatic Colors of #BF30E8
Black with #BF30E8
Text Example
Text Example
White with #BF30E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF30E8; }
p { color: rgb(191,48,232); }
H1.HeaderClassName
{
color: #BF30E8;
}
.AnyTagClassName
{
color: #BF30E8;
}
</style>
background-color css
<style>
a { background-color: #BF30E8; }
a { background-color: rgb(191,48,232); }
div.DivClassName
{
background-color: #BF30E8;
}
.BgClassName
{
background-color: #BF30E8;
}
</style>
border-color css
<style>
span { border-color: #BF30E8; }
span { border-color: rgb(191,48,232); }
td.TdClassName
{
border-color: #BF30E8;
}
.TagClassName
{
border-color: #BF30E8;
}
</style>