Shades of Medium Orchid #B26CE5
Tints of Medium Orchid #B26CE5
RGB
CMYK
RGB Variations
Color information
#B26CE5 (or 0xB26CE5) is known color: Medium Orchid. HEX triplet: B2, 6C and E5. RGB value is (178,108,229). Sum of RGB (Red+Green+Blue) = 178+108+229=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 229 (89.84% from 255 or 44.47% from 515); Max value from RGB is 229 - color contains mainly: blue. Hex color #B26CE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26CE5 is #4D931A. Grayscale: #8E8E8E. Windows color (decimal): -5083931 or 15035570. OLE color: 15035570.
HSL color Cylindrical-coordinate representation of color #B26CE5: hue angle of 274.71º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B26CE5 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 108 | 229 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.10 |
| HSL | 274.71º | 0.7% | 0.66% | - |
| HSV(B) | 274.71º | 0.53% | 0.9% | - |
| XYZ | 37.87 | 25.85 | 77.12 | - |
| YUV | 142.72 | 176.69 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 108 | 229 | 0.22 | 0.53 | 0 | 0.10 | 274.71 | 0.7 | 0.66 |
| Hex | B2 | 6C | E5 | 16 | 35 | 0 | A | 113 | 46 | 42 |
| Octal | 262 | 154 | 345 | 26 | 65 | 0 | 12 | 423 | 106 | 102 |
| Binary | 10110010 | 1101100 | 11100101 | 10110 | 110101 | 0 | 1010 | 100010011 | 1000110 | 1000010 |
Color Harmonies of #B26CE5
Complementary color
Monochromatic Colors of #B26CE5
Black with #B26CE5
Text Example
Text Example
White with #B26CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26CE5; }
p { color: rgb(178,108,229); }
H1.HeaderClassName
{
color: #B26CE5;
}
.AnyTagClassName
{
color: #B26CE5;
}
</style>
background-color css
<style>
a { background-color: #B26CE5; }
a { background-color: rgb(178,108,229); }
div.DivClassName
{
background-color: #B26CE5;
}
.BgClassName
{
background-color: #B26CE5;
}
</style>
border-color css
<style>
span { border-color: #B26CE5; }
span { border-color: rgb(178,108,229); }
td.TdClassName
{
border-color: #B26CE5;
}
.TagClassName
{
border-color: #B26CE5;
}
</style>