Shades of Medium Orchid #B261EF
Tints of Medium Orchid #B261EF
RGB
CMYK
RGB Variations
Color information
#B261EF (or 0xB261EF) is known color: Medium Orchid. HEX triplet: B2, 61 and EF. RGB value is (178,97,239). Sum of RGB (Red+Green+Blue) = 178+97+239=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #B261EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B261EF is #4D9E10. Grayscale: #888888. Windows color (decimal): -5086737 or 15688114. OLE color: 15688114.
HSL color Cylindrical-coordinate representation of color #B261EF: hue angle of 274.23º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B261EF is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 97 | 239 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.06 |
| HSL | 274.23º | 0.82% | 0.66% | - |
| HSV(B) | 274.23º | 0.59% | 0.94% | - |
| XYZ | 38.21 | 24.25 | 84.33 | - |
| YUV | 137.41 | 185.34 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 97 | 239 | 0.26 | 0.59 | 0 | 0.06 | 274.23 | 0.82 | 0.66 |
| Hex | B2 | 61 | EF | 1A | 3B | 0 | 6 | 112 | 52 | 42 |
| Octal | 262 | 141 | 357 | 32 | 73 | 0 | 6 | 422 | 122 | 102 |
| Binary | 10110010 | 1100001 | 11101111 | 11010 | 111011 | 0 | 110 | 100010010 | 1010010 | 1000010 |
Color Harmonies of #B261EF
Complementary color
Monochromatic Colors of #B261EF
Black with #B261EF
Text Example
Text Example
White with #B261EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B261EF; }
p { color: rgb(178,97,239); }
H1.HeaderClassName
{
color: #B261EF;
}
.AnyTagClassName
{
color: #B261EF;
}
</style>
background-color css
<style>
a { background-color: #B261EF; }
a { background-color: rgb(178,97,239); }
div.DivClassName
{
background-color: #B261EF;
}
.BgClassName
{
background-color: #B261EF;
}
</style>
border-color css
<style>
span { border-color: #B261EF; }
span { border-color: rgb(178,97,239); }
td.TdClassName
{
border-color: #B261EF;
}
.TagClassName
{
border-color: #B261EF;
}
</style>