Shades of Medium Orchid #BF35E8
Tints of Medium Orchid #BF35E8
RGB
CMYK
RGB Variations
Color information
#BF35E8 (or 0xBF35E8) is known color: Medium Orchid. HEX triplet: BF, 35 and E8. RGB value is (191,53,232). Sum of RGB (Red+Green+Blue) = 191+53+232=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 53 (21.09% from 255 or 11.13% from 476); Blue value is 232 (91.02% from 255 or 48.74% from 476); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF35E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF35E8 is #40CA17. Grayscale: #727272. Windows color (decimal): -4246040 or 15218111. OLE color: 15218111.
HSL color Cylindrical-coordinate representation of color #BF35E8: hue angle of 286.26º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF35E8 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 53 | 232 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.09 |
| HSL | 286.26º | 0.8% | 0.56% | - |
| HSV(B) | 286.26º | 0.77% | 0.91% | - |
| XYZ | 37.32 | 19.45 | 78.13 | - |
| YUV | 114.67 | 194.22 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 53 | 232 | 0.18 | 0.77 | 0 | 0.09 | 286.26 | 0.8 | 0.56 |
| Hex | BF | 35 | E8 | 12 | 4D | 0 | 9 | 11E | 50 | 38 |
| Octal | 277 | 65 | 350 | 22 | 115 | 0 | 11 | 436 | 120 | 70 |
| Binary | 10111111 | 110101 | 11101000 | 10010 | 1001101 | 0 | 1001 | 100011110 | 1010000 | 111000 |
Color Harmonies of #BF35E8
Complementary color
Monochromatic Colors of #BF35E8
Black with #BF35E8
Text Example
Text Example
White with #BF35E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF35E8; }
p { color: rgb(191,53,232); }
H1.HeaderClassName
{
color: #BF35E8;
}
.AnyTagClassName
{
color: #BF35E8;
}
</style>
background-color css
<style>
a { background-color: #BF35E8; }
a { background-color: rgb(191,53,232); }
div.DivClassName
{
background-color: #BF35E8;
}
.BgClassName
{
background-color: #BF35E8;
}
</style>
border-color css
<style>
span { border-color: #BF35E8; }
span { border-color: rgb(191,53,232); }
td.TdClassName
{
border-color: #BF35E8;
}
.TagClassName
{
border-color: #BF35E8;
}
</style>