Shades of Medium Orchid #BF30EE
Tints of Medium Orchid #BF30EE
RGB
CMYK
RGB Variations
Color information
#BF30EE (or 0xBF30EE) is known color: Medium Orchid. HEX triplet: BF, 30 and EE. RGB value is (191,48,238). Sum of RGB (Red+Green+Blue) = 191+48+238=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 48 (19.14% from 255 or 10.06% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF30EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF30EE is #40CF11. Grayscale: #6F6F6F. Windows color (decimal): -4247314 or 15610047. OLE color: 15610047.
HSL color Cylindrical-coordinate representation of color #BF30EE: hue angle of 285.16º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF30EE is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 48 | 238 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.07 |
| HSL | 285.16º | 0.85% | 0.56% | - |
| HSV(B) | 285.16º | 0.8% | 0.93% | - |
| XYZ | 37.98 | 19.36 | 82.62 | - |
| YUV | 112.42 | 198.88 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 48 | 238 | 0.20 | 0.80 | 0 | 0.07 | 285.16 | 0.85 | 0.56 |
| Hex | BF | 30 | EE | 14 | 50 | 0 | 7 | 11D | 55 | 38 |
| Octal | 277 | 60 | 356 | 24 | 120 | 0 | 7 | 435 | 125 | 70 |
| Binary | 10111111 | 110000 | 11101110 | 10100 | 1010000 | 0 | 111 | 100011101 | 1010101 | 111000 |
Color Harmonies of #BF30EE
Complementary color
Monochromatic Colors of #BF30EE
Black with #BF30EE
Text Example
Text Example
White with #BF30EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF30EE; }
p { color: rgb(191,48,238); }
H1.HeaderClassName
{
color: #BF30EE;
}
.AnyTagClassName
{
color: #BF30EE;
}
</style>
background-color css
<style>
a { background-color: #BF30EE; }
a { background-color: rgb(191,48,238); }
div.DivClassName
{
background-color: #BF30EE;
}
.BgClassName
{
background-color: #BF30EE;
}
</style>
border-color css
<style>
span { border-color: #BF30EE; }
span { border-color: rgb(191,48,238); }
td.TdClassName
{
border-color: #BF30EE;
}
.TagClassName
{
border-color: #BF30EE;
}
</style>