Shades of Medium Orchid #B26BC1
Tints of Medium Orchid #B26BC1
RGB
CMYK
RGB Variations
Color information
#B26BC1 (or 0xB26BC1) is known color: Medium Orchid. HEX triplet: B2, 6B and C1. RGB value is (178,107,193). Sum of RGB (Red+Green+Blue) = 178+107+193=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 193 - color contains mainly: blue. Hex color #B26BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26BC1 is #4D943E. Grayscale: #898989. Windows color (decimal): -5084223 or 12676018. OLE color: 12676018.
HSL color Cylindrical-coordinate representation of color #B26BC1: hue angle of 289.53º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B26BC1 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 107 | 193 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.24 |
| HSL | 289.53º | 0.41% | 0.59% | - |
| HSV(B) | 289.53º | 0.45% | 0.76% | - |
| XYZ | 33.24 | 23.83 | 53.3 | - |
| YUV | 138.03 | 159.02 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 107 | 193 | 0.08 | 0.45 | 0 | 0.24 | 289.53 | 0.41 | 0.59 |
| Hex | B2 | 6B | C1 | 8 | 2D | 0 | 18 | 122 | 29 | 3B |
| Octal | 262 | 153 | 301 | 10 | 55 | 0 | 30 | 442 | 51 | 73 |
| Binary | 10110010 | 1101011 | 11000001 | 1000 | 101101 | 0 | 11000 | 100100010 | 101001 | 111011 |
Color Harmonies of #B26BC1
Complementary color
Monochromatic Colors of #B26BC1
Black with #B26BC1
Text Example
Text Example
White with #B26BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26BC1; }
p { color: rgb(178,107,193); }
H1.HeaderClassName
{
color: #B26BC1;
}
.AnyTagClassName
{
color: #B26BC1;
}
</style>
background-color css
<style>
a { background-color: #B26BC1; }
a { background-color: rgb(178,107,193); }
div.DivClassName
{
background-color: #B26BC1;
}
.BgClassName
{
background-color: #B26BC1;
}
</style>
border-color css
<style>
span { border-color: #B26BC1; }
span { border-color: rgb(178,107,193); }
td.TdClassName
{
border-color: #B26BC1;
}
.TagClassName
{
border-color: #B26BC1;
}
</style>