Shades of Medium Orchid #B259F4
Tints of Medium Orchid #B259F4
RGB
CMYK
RGB Variations
Color information
#B259F4 (or 0xB259F4) is known color: Medium Orchid. HEX triplet: B2, 59 and F4. RGB value is (178,89,244). Sum of RGB (Red+Green+Blue) = 178+89+244=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 244 (95.70% from 255 or 47.75% from 511); Max value from RGB is 244 - color contains mainly: blue. Hex color #B259F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B259F4 is #4DA60B. Grayscale: #848484. Windows color (decimal): -5088780 or 16013746. OLE color: 16013746.
HSL color Cylindrical-coordinate representation of color #B259F4: hue angle of 274.45º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B259F4 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 89 | 244 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.04 |
| HSL | 274.45º | 0.88% | 0.65% | - |
| HSV(B) | 274.45º | 0.64% | 0.96% | - |
| XYZ | 38.26 | 23.14 | 88.04 | - |
| YUV | 133.28 | 190.49 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 89 | 244 | 0.27 | 0.64 | 0 | 0.04 | 274.45 | 0.88 | 0.65 |
| Hex | B2 | 59 | F4 | 1B | 40 | 0 | 4 | 112 | 58 | 41 |
| Octal | 262 | 131 | 364 | 33 | 100 | 0 | 4 | 422 | 130 | 101 |
| Binary | 10110010 | 1011001 | 11110100 | 11011 | 1000000 | 0 | 100 | 100010010 | 1011000 | 1000001 |
Color Harmonies of #B259F4
Complementary color
Monochromatic Colors of #B259F4
Black with #B259F4
Text Example
Text Example
White with #B259F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B259F4; }
p { color: rgb(178,89,244); }
H1.HeaderClassName
{
color: #B259F4;
}
.AnyTagClassName
{
color: #B259F4;
}
</style>
background-color css
<style>
a { background-color: #B259F4; }
a { background-color: rgb(178,89,244); }
div.DivClassName
{
background-color: #B259F4;
}
.BgClassName
{
background-color: #B259F4;
}
</style>
border-color css
<style>
span { border-color: #B259F4; }
span { border-color: rgb(178,89,244); }
td.TdClassName
{
border-color: #B259F4;
}
.TagClassName
{
border-color: #B259F4;
}
</style>