Shades of Medium Orchid #B26FCC
Tints of Medium Orchid #B26FCC
RGB
CMYK
RGB Variations
Color information
#B26FCC (or 0xB26FCC) is known color: Medium Orchid. HEX triplet: B2, 6F and CC. RGB value is (178,111,204). Sum of RGB (Red+Green+Blue) = 178+111+204=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #B26FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26FCC is #4D9033. Grayscale: #8D8D8D. Windows color (decimal): -5083188 or 13397938. OLE color: 13397938.
HSL color Cylindrical-coordinate representation of color #B26FCC: hue angle of 283.23º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B26FCC is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 111 | 204 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.2 |
| HSL | 283.23º | 0.48% | 0.62% | - |
| HSV(B) | 283.23º | 0.46% | 0.8% | - |
| XYZ | 34.94 | 25.19 | 60.15 | - |
| YUV | 141.64 | 163.2 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 111 | 204 | 0.13 | 0.46 | 0 | 0.2 | 283.23 | 0.48 | 0.62 |
| Hex | B2 | 6F | CC | D | 2E | 0 | 14 | 11B | 30 | 3E |
| Octal | 262 | 157 | 314 | 15 | 56 | 0 | 24 | 433 | 60 | 76 |
| Binary | 10110010 | 1101111 | 11001100 | 1101 | 101110 | 0 | 10100 | 100011011 | 110000 | 111110 |
Color Harmonies of #B26FCC
Complementary color
Monochromatic Colors of #B26FCC
Black with #B26FCC
Text Example
Text Example
White with #B26FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26FCC; }
p { color: rgb(178,111,204); }
H1.HeaderClassName
{
color: #B26FCC;
}
.AnyTagClassName
{
color: #B26FCC;
}
</style>
background-color css
<style>
a { background-color: #B26FCC; }
a { background-color: rgb(178,111,204); }
div.DivClassName
{
background-color: #B26FCC;
}
.BgClassName
{
background-color: #B26FCC;
}
</style>
border-color css
<style>
span { border-color: #B26FCC; }
span { border-color: rgb(178,111,204); }
td.TdClassName
{
border-color: #B26FCC;
}
.TagClassName
{
border-color: #B26FCC;
}
</style>