Shades of Medium Orchid #B240FF
Tints of Medium Orchid #B240FF
RGB
CMYK
RGB Variations
Color information
#B240FF (or 0xB240FF) is known color: Medium Orchid. HEX triplet: B2, 40 and FF. RGB value is (178,64,255). Sum of RGB (Red+Green+Blue) = 178+64+255=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 64 (25.39% from 255 or 12.88% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #B240FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B240FF is #4DBF00. Grayscale: #777777. Windows color (decimal): -5095169 or 16728242. OLE color: 16728242.
HSL color Cylindrical-coordinate representation of color #B240FF: hue angle of 275.81º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B240FF is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 64 | 255 | - |
| CMYK | 0.30 | 0.75 | 0 | 0 |
| HSL | 275.81º | 1% | 0.63% | - |
| HSV(B) | 275.81º | 0.75% | 1% | - |
| XYZ | 38.24 | 20.35 | 96.52 | - |
| YUV | 119.86 | 204.27 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 255 | 0.30 | 0.75 | 0 | 0 | 275.81 | 1 | 0.63 |
| Hex | B2 | 40 | FF | 1E | 4B | 0 | 0 | 114 | 64 | 3F |
| Octal | 262 | 100 | 377 | 36 | 113 | 0 | 0 | 424 | 144 | 77 |
| Binary | 10110010 | 1000000 | 11111111 | 11110 | 1001011 | 0 | 0 | 100010100 | 1100100 | 111111 |
Color Harmonies of #B240FF
Complementary color
Monochromatic Colors of #B240FF
Black with #B240FF
Text Example
Text Example
White with #B240FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B240FF; }
p { color: rgb(178,64,255); }
H1.HeaderClassName
{
color: #B240FF;
}
.AnyTagClassName
{
color: #B240FF;
}
</style>
background-color css
<style>
a { background-color: #B240FF; }
a { background-color: rgb(178,64,255); }
div.DivClassName
{
background-color: #B240FF;
}
.BgClassName
{
background-color: #B240FF;
}
</style>
border-color css
<style>
span { border-color: #B240FF; }
span { border-color: rgb(178,64,255); }
td.TdClassName
{
border-color: #B240FF;
}
.TagClassName
{
border-color: #B240FF;
}
</style>