Shades of Medium Orchid #B240D0
Tints of Medium Orchid #B240D0
RGB
CMYK
RGB Variations
Color information
#B240D0 (or 0xB240D0) is known color: Medium Orchid. HEX triplet: B2, 40 and D0. RGB value is (178,64,208). Sum of RGB (Red+Green+Blue) = 178+64+208=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 208 (81.64% from 255 or 46.22% from 450); Max value from RGB is 208 - color contains mainly: blue. Hex color #B240D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B240D0 is #4DBF2F. Grayscale: #727272. Windows color (decimal): -5095216 or 13648050. OLE color: 13648050.
HSL color Cylindrical-coordinate representation of color #B240D0: hue angle of 287.5º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B240D0 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 64 | 208 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.18 |
| HSL | 287.5º | 0.61% | 0.53% | - |
| HSV(B) | 287.5º | 0.69% | 0.82% | - |
| XYZ | 31.58 | 17.69 | 61.42 | - |
| YUV | 114.5 | 180.77 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 208 | 0.14 | 0.69 | 0 | 0.18 | 287.5 | 0.61 | 0.53 |
| Hex | B2 | 40 | D0 | E | 45 | 0 | 12 | 120 | 3D | 35 |
| Octal | 262 | 100 | 320 | 16 | 105 | 0 | 22 | 440 | 75 | 65 |
| Binary | 10110010 | 1000000 | 11010000 | 1110 | 1000101 | 0 | 10010 | 100100000 | 111101 | 110101 |
Color Harmonies of #B240D0
Complementary color
Monochromatic Colors of #B240D0
Black with #B240D0
Text Example
Text Example
White with #B240D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B240D0; }
p { color: rgb(178,64,208); }
H1.HeaderClassName
{
color: #B240D0;
}
.AnyTagClassName
{
color: #B240D0;
}
</style>
background-color css
<style>
a { background-color: #B240D0; }
a { background-color: rgb(178,64,208); }
div.DivClassName
{
background-color: #B240D0;
}
.BgClassName
{
background-color: #B240D0;
}
</style>
border-color css
<style>
span { border-color: #B240D0; }
span { border-color: rgb(178,64,208); }
td.TdClassName
{
border-color: #B240D0;
}
.TagClassName
{
border-color: #B240D0;
}
</style>