Shades of Medium Orchid #B240DF
Tints of Medium Orchid #B240DF
RGB
CMYK
RGB Variations
Color information
#B240DF (or 0xB240DF) is known color: Medium Orchid. HEX triplet: B2, 40 and DF. RGB value is (178,64,223). Sum of RGB (Red+Green+Blue) = 178+64+223=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #B240DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B240DF is #4DBF20. Grayscale: #737373. Windows color (decimal): -5095201 or 14631090. OLE color: 14631090.
HSL color Cylindrical-coordinate representation of color #B240DF: hue angle of 283.02º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B240DF is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 64 | 223 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.13 |
| HSL | 283.02º | 0.71% | 0.56% | - |
| HSV(B) | 283.02º | 0.71% | 0.87% | - |
| XYZ | 33.51 | 18.46 | 71.61 | - |
| YUV | 116.21 | 188.27 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 223 | 0.20 | 0.71 | 0 | 0.13 | 283.02 | 0.71 | 0.56 |
| Hex | B2 | 40 | DF | 14 | 47 | 0 | D | 11B | 47 | 38 |
| Octal | 262 | 100 | 337 | 24 | 107 | 0 | 15 | 433 | 107 | 70 |
| Binary | 10110010 | 1000000 | 11011111 | 10100 | 1000111 | 0 | 1101 | 100011011 | 1000111 | 111000 |
Color Harmonies of #B240DF
Complementary color
Monochromatic Colors of #B240DF
Black with #B240DF
Text Example
Text Example
White with #B240DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B240DF; }
p { color: rgb(178,64,223); }
H1.HeaderClassName
{
color: #B240DF;
}
.AnyTagClassName
{
color: #B240DF;
}
</style>
background-color css
<style>
a { background-color: #B240DF; }
a { background-color: rgb(178,64,223); }
div.DivClassName
{
background-color: #B240DF;
}
.BgClassName
{
background-color: #B240DF;
}
</style>
border-color css
<style>
span { border-color: #B240DF; }
span { border-color: rgb(178,64,223); }
td.TdClassName
{
border-color: #B240DF;
}
.TagClassName
{
border-color: #B240DF;
}
</style>