Shades of Medium Orchid #BF34F0
Tints of Medium Orchid #BF34F0
RGB
CMYK
RGB Variations
Color information
#BF34F0 (or 0xBF34F0) is known color: Medium Orchid. HEX triplet: BF, 34 and F0. RGB value is (191,52,240). Sum of RGB (Red+Green+Blue) = 191+52+240=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 52 (20.70% from 255 or 10.77% from 483); Blue value is 240 (94.14% from 255 or 49.69% from 483); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF34F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF34F0 is #40CB0F. Grayscale: #727272. Windows color (decimal): -4246288 or 15742143. OLE color: 15742143.
HSL color Cylindrical-coordinate representation of color #BF34F0: hue angle of 284.36º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF34F0 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 52 | 240 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.06 |
| HSL | 284.36º | 0.86% | 0.57% | - |
| HSV(B) | 284.36º | 0.78% | 0.94% | - |
| XYZ | 38.44 | 19.82 | 84.24 | - |
| YUV | 114.99 | 198.55 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 52 | 240 | 0.20 | 0.78 | 0 | 0.06 | 284.36 | 0.86 | 0.57 |
| Hex | BF | 34 | F0 | 14 | 4E | 0 | 6 | 11C | 56 | 39 |
| Octal | 277 | 64 | 360 | 24 | 116 | 0 | 6 | 434 | 126 | 71 |
| Binary | 10111111 | 110100 | 11110000 | 10100 | 1001110 | 0 | 110 | 100011100 | 1010110 | 111001 |
Color Harmonies of #BF34F0
Complementary color
Monochromatic Colors of #BF34F0
Black with #BF34F0
Text Example
Text Example
White with #BF34F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF34F0; }
p { color: rgb(191,52,240); }
H1.HeaderClassName
{
color: #BF34F0;
}
.AnyTagClassName
{
color: #BF34F0;
}
</style>
background-color css
<style>
a { background-color: #BF34F0; }
a { background-color: rgb(191,52,240); }
div.DivClassName
{
background-color: #BF34F0;
}
.BgClassName
{
background-color: #BF34F0;
}
</style>
border-color css
<style>
span { border-color: #BF34F0; }
span { border-color: rgb(191,52,240); }
td.TdClassName
{
border-color: #BF34F0;
}
.TagClassName
{
border-color: #BF34F0;
}
</style>