Shades of Medium Orchid #B259E5
Tints of Medium Orchid #B259E5
RGB
CMYK
RGB Variations
Color information
#B259E5 (or 0xB259E5) is known color: Medium Orchid. HEX triplet: B2, 59 and E5. RGB value is (178,89,229). Sum of RGB (Red+Green+Blue) = 178+89+229=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 89 (35.16% from 255 or 17.94% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 229 - color contains mainly: blue. Hex color #B259E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B259E5 is #4DA61A. Grayscale: #838383. Windows color (decimal): -5088795 or 15030706. OLE color: 15030706.
HSL color Cylindrical-coordinate representation of color #B259E5: hue angle of 278.14º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B259E5 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 89 | 229 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.10 |
| HSL | 278.14º | 0.73% | 0.62% | - |
| HSV(B) | 278.14º | 0.61% | 0.9% | - |
| XYZ | 36.08 | 22.27 | 76.53 | - |
| YUV | 131.57 | 182.99 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 89 | 229 | 0.22 | 0.61 | 0 | 0.10 | 278.14 | 0.73 | 0.62 |
| Hex | B2 | 59 | E5 | 16 | 3D | 0 | A | 116 | 49 | 3E |
| Octal | 262 | 131 | 345 | 26 | 75 | 0 | 12 | 426 | 111 | 76 |
| Binary | 10110010 | 1011001 | 11100101 | 10110 | 111101 | 0 | 1010 | 100010110 | 1001001 | 111110 |
Color Harmonies of #B259E5
Complementary color
Monochromatic Colors of #B259E5
Black with #B259E5
Text Example
Text Example
White with #B259E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B259E5; }
p { color: rgb(178,89,229); }
H1.HeaderClassName
{
color: #B259E5;
}
.AnyTagClassName
{
color: #B259E5;
}
</style>
background-color css
<style>
a { background-color: #B259E5; }
a { background-color: rgb(178,89,229); }
div.DivClassName
{
background-color: #B259E5;
}
.BgClassName
{
background-color: #B259E5;
}
</style>
border-color css
<style>
span { border-color: #B259E5; }
span { border-color: rgb(178,89,229); }
td.TdClassName
{
border-color: #B259E5;
}
.TagClassName
{
border-color: #B259E5;
}
</style>