Shades of Medium Orchid #B26CCC
Tints of Medium Orchid #B26CCC
RGB
CMYK
RGB Variations
Color information
#B26CCC (or 0xB26CCC) is known color: Medium Orchid. HEX triplet: B2, 6C and CC. RGB value is (178,108,204). Sum of RGB (Red+Green+Blue) = 178+108+204=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #B26CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26CCC is #4D9333. Grayscale: #8B8B8B. Windows color (decimal): -5083956 or 13397170. OLE color: 13397170.
HSL color Cylindrical-coordinate representation of color #B26CCC: hue angle of 283.75º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B26CCC is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 108 | 204 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.2 |
| HSL | 283.75º | 0.48% | 0.61% | - |
| HSV(B) | 283.75º | 0.47% | 0.8% | - |
| XYZ | 34.62 | 24.55 | 60.04 | - |
| YUV | 139.87 | 164.19 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 108 | 204 | 0.13 | 0.47 | 0 | 0.2 | 283.75 | 0.48 | 0.61 |
| Hex | B2 | 6C | CC | D | 2F | 0 | 14 | 11C | 30 | 3D |
| Octal | 262 | 154 | 314 | 15 | 57 | 0 | 24 | 434 | 60 | 75 |
| Binary | 10110010 | 1101100 | 11001100 | 1101 | 101111 | 0 | 10100 | 100011100 | 110000 | 111101 |
Color Harmonies of #B26CCC
Complementary color
Monochromatic Colors of #B26CCC
Black with #B26CCC
Text Example
Text Example
White with #B26CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26CCC; }
p { color: rgb(178,108,204); }
H1.HeaderClassName
{
color: #B26CCC;
}
.AnyTagClassName
{
color: #B26CCC;
}
</style>
background-color css
<style>
a { background-color: #B26CCC; }
a { background-color: rgb(178,108,204); }
div.DivClassName
{
background-color: #B26CCC;
}
.BgClassName
{
background-color: #B26CCC;
}
</style>
border-color css
<style>
span { border-color: #B26CCC; }
span { border-color: rgb(178,108,204); }
td.TdClassName
{
border-color: #B26CCC;
}
.TagClassName
{
border-color: #B26CCC;
}
</style>