Shades of Medium Orchid #B240D3
Tints of Medium Orchid #B240D3
RGB
CMYK
RGB Variations
Color information
#B240D3 (or 0xB240D3) is known color: Medium Orchid. HEX triplet: B2, 40 and D3. RGB value is (178,64,211). Sum of RGB (Red+Green+Blue) = 178+64+211=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 211 (82.81% from 255 or 46.58% from 453); Max value from RGB is 211 - color contains mainly: blue. Hex color #B240D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B240D3 is #4DBF2C. Grayscale: #727272. Windows color (decimal): -5095213 or 13844658. OLE color: 13844658.
HSL color Cylindrical-coordinate representation of color #B240D3: hue angle of 286.53º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B240D3 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 64 | 211 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.17 |
| HSL | 286.53º | 0.63% | 0.54% | - |
| HSV(B) | 286.53º | 0.7% | 0.83% | - |
| XYZ | 31.95 | 17.83 | 63.39 | - |
| YUV | 114.84 | 182.27 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 211 | 0.16 | 0.70 | 0 | 0.17 | 286.53 | 0.63 | 0.54 |
| Hex | B2 | 40 | D3 | 10 | 46 | 0 | 11 | 11F | 3F | 36 |
| Octal | 262 | 100 | 323 | 20 | 106 | 0 | 21 | 437 | 77 | 66 |
| Binary | 10110010 | 1000000 | 11010011 | 10000 | 1000110 | 0 | 10001 | 100011111 | 111111 | 110110 |
Color Harmonies of #B240D3
Complementary color
Monochromatic Colors of #B240D3
Black with #B240D3
Text Example
Text Example
White with #B240D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B240D3; }
p { color: rgb(178,64,211); }
H1.HeaderClassName
{
color: #B240D3;
}
.AnyTagClassName
{
color: #B240D3;
}
</style>
background-color css
<style>
a { background-color: #B240D3; }
a { background-color: rgb(178,64,211); }
div.DivClassName
{
background-color: #B240D3;
}
.BgClassName
{
background-color: #B240D3;
}
</style>
border-color css
<style>
span { border-color: #B240D3; }
span { border-color: rgb(178,64,211); }
td.TdClassName
{
border-color: #B240D3;
}
.TagClassName
{
border-color: #B240D3;
}
</style>