Shades of Medium Orchid #B26DC8
Tints of Medium Orchid #B26DC8
RGB
CMYK
RGB Variations
Color information
#B26DC8 (or 0xB26DC8) is known color: Medium Orchid. HEX triplet: B2, 6D and C8. RGB value is (178,109,200). Sum of RGB (Red+Green+Blue) = 178+109+200=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 109 (42.97% from 255 or 22.38% from 487); Blue value is 200 (78.52% from 255 or 41.07% from 487); Max value from RGB is 200 - color contains mainly: blue. Hex color #B26DC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26DC8 is #4D9237. Grayscale: #8B8B8B. Windows color (decimal): -5083704 or 13135282. OLE color: 13135282.
HSL color Cylindrical-coordinate representation of color #B26DC8: hue angle of 285.49º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B26DC8 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 109 | 200 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.22 |
| HSL | 285.49º | 0.45% | 0.61% | - |
| HSV(B) | 285.49º | 0.46% | 0.78% | - |
| XYZ | 34.25 | 24.57 | 57.58 | - |
| YUV | 140.01 | 161.86 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 109 | 200 | 0.11 | 0.46 | 0 | 0.22 | 285.49 | 0.45 | 0.61 |
| Hex | B2 | 6D | C8 | B | 2E | 0 | 16 | 11D | 2D | 3D |
| Octal | 262 | 155 | 310 | 13 | 56 | 0 | 26 | 435 | 55 | 75 |
| Binary | 10110010 | 1101101 | 11001000 | 1011 | 101110 | 0 | 10110 | 100011101 | 101101 | 111101 |
Color Harmonies of #B26DC8
Complementary color
Monochromatic Colors of #B26DC8
Black with #B26DC8
Text Example
Text Example
White with #B26DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26DC8; }
p { color: rgb(178,109,200); }
H1.HeaderClassName
{
color: #B26DC8;
}
.AnyTagClassName
{
color: #B26DC8;
}
</style>
background-color css
<style>
a { background-color: #B26DC8; }
a { background-color: rgb(178,109,200); }
div.DivClassName
{
background-color: #B26DC8;
}
.BgClassName
{
background-color: #B26DC8;
}
</style>
border-color css
<style>
span { border-color: #B26DC8; }
span { border-color: rgb(178,109,200); }
td.TdClassName
{
border-color: #B26DC8;
}
.TagClassName
{
border-color: #B26DC8;
}
</style>