Shades of Medium Orchid #B259EB
Tints of Medium Orchid #B259EB
RGB
CMYK
RGB Variations
Color information
#B259EB (or 0xB259EB) is known color: Medium Orchid. HEX triplet: B2, 59 and EB. RGB value is (178,89,235). Sum of RGB (Red+Green+Blue) = 178+89+235=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 89 (35.16% from 255 or 17.73% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #B259EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B259EB is #4DA614. Grayscale: #838383. Windows color (decimal): -5088789 or 15423922. OLE color: 15423922.
HSL color Cylindrical-coordinate representation of color #B259EB: hue angle of 276.58º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B259EB is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 89 | 235 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.08 |
| HSL | 276.58º | 0.78% | 0.64% | - |
| HSV(B) | 276.58º | 0.62% | 0.92% | - |
| XYZ | 36.93 | 22.61 | 81.01 | - |
| YUV | 132.26 | 185.99 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 89 | 235 | 0.24 | 0.62 | 0 | 0.08 | 276.58 | 0.78 | 0.64 |
| Hex | B2 | 59 | EB | 18 | 3E | 0 | 8 | 115 | 4E | 40 |
| Octal | 262 | 131 | 353 | 30 | 76 | 0 | 10 | 425 | 116 | 100 |
| Binary | 10110010 | 1011001 | 11101011 | 11000 | 111110 | 0 | 1000 | 100010101 | 1001110 | 1000000 |
Color Harmonies of #B259EB
Complementary color
Monochromatic Colors of #B259EB
Black with #B259EB
Text Example
Text Example
White with #B259EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B259EB; }
p { color: rgb(178,89,235); }
H1.HeaderClassName
{
color: #B259EB;
}
.AnyTagClassName
{
color: #B259EB;
}
</style>
background-color css
<style>
a { background-color: #B259EB; }
a { background-color: rgb(178,89,235); }
div.DivClassName
{
background-color: #B259EB;
}
.BgClassName
{
background-color: #B259EB;
}
</style>
border-color css
<style>
span { border-color: #B259EB; }
span { border-color: rgb(178,89,235); }
td.TdClassName
{
border-color: #B259EB;
}
.TagClassName
{
border-color: #B259EB;
}
</style>