Shades of Medium Orchid #B26ADF
Tints of Medium Orchid #B26ADF
RGB
CMYK
RGB Variations
Color information
#B26ADF (or 0xB26ADF) is known color: Medium Orchid. HEX triplet: B2, 6A and DF. RGB value is (178,106,223). Sum of RGB (Red+Green+Blue) = 178+106+223=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #B26ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26ADF is #4D9520. Grayscale: #8C8C8C. Windows color (decimal): -5084449 or 14641842. OLE color: 14641842.
HSL color Cylindrical-coordinate representation of color #B26ADF: hue angle of 276.92º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B26ADF is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 106 | 223 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.13 |
| HSL | 276.92º | 0.65% | 0.65% | - |
| HSV(B) | 276.92º | 0.52% | 0.87% | - |
| XYZ | 36.83 | 25.1 | 72.72 | - |
| YUV | 140.87 | 174.35 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 106 | 223 | 0.20 | 0.52 | 0 | 0.13 | 276.92 | 0.65 | 0.65 |
| Hex | B2 | 6A | DF | 14 | 34 | 0 | D | 115 | 41 | 41 |
| Octal | 262 | 152 | 337 | 24 | 64 | 0 | 15 | 425 | 101 | 101 |
| Binary | 10110010 | 1101010 | 11011111 | 10100 | 110100 | 0 | 1101 | 100010101 | 1000001 | 1000001 |
Color Harmonies of #B26ADF
Complementary color
Monochromatic Colors of #B26ADF
Black with #B26ADF
Text Example
Text Example
White with #B26ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26ADF; }
p { color: rgb(178,106,223); }
H1.HeaderClassName
{
color: #B26ADF;
}
.AnyTagClassName
{
color: #B26ADF;
}
</style>
background-color css
<style>
a { background-color: #B26ADF; }
a { background-color: rgb(178,106,223); }
div.DivClassName
{
background-color: #B26ADF;
}
.BgClassName
{
background-color: #B26ADF;
}
</style>
border-color css
<style>
span { border-color: #B26ADF; }
span { border-color: rgb(178,106,223); }
td.TdClassName
{
border-color: #B26ADF;
}
.TagClassName
{
border-color: #B26ADF;
}
</style>