Shades of Medium Orchid #B259EC
Tints of Medium Orchid #B259EC
RGB
CMYK
RGB Variations
Color information
#B259EC (or 0xB259EC) is known color: Medium Orchid. HEX triplet: B2, 59 and EC. RGB value is (178,89,236). Sum of RGB (Red+Green+Blue) = 178+89+236=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #B259EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B259EC is #4DA613. Grayscale: #838383. Windows color (decimal): -5088788 or 15489458. OLE color: 15489458.
HSL color Cylindrical-coordinate representation of color #B259EC: hue angle of 276.33º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B259EC is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 89 | 236 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.07 |
| HSL | 276.33º | 0.79% | 0.64% | - |
| HSV(B) | 276.33º | 0.62% | 0.93% | - |
| XYZ | 37.07 | 22.67 | 81.78 | - |
| YUV | 132.37 | 186.49 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 89 | 236 | 0.25 | 0.62 | 0 | 0.07 | 276.33 | 0.79 | 0.64 |
| Hex | B2 | 59 | EC | 19 | 3E | 0 | 7 | 114 | 4F | 40 |
| Octal | 262 | 131 | 354 | 31 | 76 | 0 | 7 | 424 | 117 | 100 |
| Binary | 10110010 | 1011001 | 11101100 | 11001 | 111110 | 0 | 111 | 100010100 | 1001111 | 1000000 |
Color Harmonies of #B259EC
Complementary color
Monochromatic Colors of #B259EC
Black with #B259EC
Text Example
Text Example
White with #B259EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B259EC; }
p { color: rgb(178,89,236); }
H1.HeaderClassName
{
color: #B259EC;
}
.AnyTagClassName
{
color: #B259EC;
}
</style>
background-color css
<style>
a { background-color: #B259EC; }
a { background-color: rgb(178,89,236); }
div.DivClassName
{
background-color: #B259EC;
}
.BgClassName
{
background-color: #B259EC;
}
</style>
border-color css
<style>
span { border-color: #B259EC; }
span { border-color: rgb(178,89,236); }
td.TdClassName
{
border-color: #B259EC;
}
.TagClassName
{
border-color: #B259EC;
}
</style>