Shades of Medium Orchid #BF32E8
Tints of Medium Orchid #BF32E8
RGB
CMYK
RGB Variations
Color information
#BF32E8 (or 0xBF32E8) is known color: Medium Orchid. HEX triplet: BF, 32 and E8. RGB value is (191,50,232). Sum of RGB (Red+Green+Blue) = 191+50+232=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 50 (19.92% from 255 or 10.57% from 473); Blue value is 232 (91.02% from 255 or 49.05% from 473); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF32E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF32E8 is #40CD17. Grayscale: #707070. Windows color (decimal): -4246808 or 15217343. OLE color: 15217343.
HSL color Cylindrical-coordinate representation of color #BF32E8: hue angle of 286.48º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF32E8 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 50 | 232 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.09 |
| HSL | 286.48º | 0.8% | 0.55% | - |
| HSV(B) | 286.48º | 0.78% | 0.91% | - |
| XYZ | 37.19 | 19.18 | 78.09 | - |
| YUV | 112.91 | 195.21 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 232 | 0.18 | 0.78 | 0 | 0.09 | 286.48 | 0.8 | 0.55 |
| Hex | BF | 32 | E8 | 12 | 4E | 0 | 9 | 11E | 50 | 37 |
| Octal | 277 | 62 | 350 | 22 | 116 | 0 | 11 | 436 | 120 | 67 |
| Binary | 10111111 | 110010 | 11101000 | 10010 | 1001110 | 0 | 1001 | 100011110 | 1010000 | 110111 |
Color Harmonies of #BF32E8
Complementary color
Monochromatic Colors of #BF32E8
Black with #BF32E8
Text Example
Text Example
White with #BF32E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF32E8; }
p { color: rgb(191,50,232); }
H1.HeaderClassName
{
color: #BF32E8;
}
.AnyTagClassName
{
color: #BF32E8;
}
</style>
background-color css
<style>
a { background-color: #BF32E8; }
a { background-color: rgb(191,50,232); }
div.DivClassName
{
background-color: #BF32E8;
}
.BgClassName
{
background-color: #BF32E8;
}
</style>
border-color css
<style>
span { border-color: #BF32E8; }
span { border-color: rgb(191,50,232); }
td.TdClassName
{
border-color: #BF32E8;
}
.TagClassName
{
border-color: #BF32E8;
}
</style>