Shades of Medium Orchid #B26ACB
Tints of Medium Orchid #B26ACB
RGB
CMYK
RGB Variations
Color information
#B26ACB (or 0xB26ACB) is known color: Medium Orchid. HEX triplet: B2, 6A and CB. RGB value is (178,106,203). Sum of RGB (Red+Green+Blue) = 178+106+203=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #B26ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26ACB is #4D9534. Grayscale: #8A8A8A. Windows color (decimal): -5084469 or 13331122. OLE color: 13331122.
HSL color Cylindrical-coordinate representation of color #B26ACB: hue angle of 284.54º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B26ACB is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 106 | 203 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.20 |
| HSL | 284.54º | 0.48% | 0.61% | - |
| HSV(B) | 284.54º | 0.48% | 0.8% | - |
| XYZ | 34.29 | 24.08 | 59.34 | - |
| YUV | 138.59 | 164.35 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 106 | 203 | 0.12 | 0.48 | 0 | 0.20 | 284.54 | 0.48 | 0.61 |
| Hex | B2 | 6A | CB | C | 30 | 0 | 14 | 11D | 30 | 3D |
| Octal | 262 | 152 | 313 | 14 | 60 | 0 | 24 | 435 | 60 | 75 |
| Binary | 10110010 | 1101010 | 11001011 | 1100 | 110000 | 0 | 10100 | 100011101 | 110000 | 111101 |
Color Harmonies of #B26ACB
Complementary color
Monochromatic Colors of #B26ACB
Black with #B26ACB
Text Example
Text Example
White with #B26ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26ACB; }
p { color: rgb(178,106,203); }
H1.HeaderClassName
{
color: #B26ACB;
}
.AnyTagClassName
{
color: #B26ACB;
}
</style>
background-color css
<style>
a { background-color: #B26ACB; }
a { background-color: rgb(178,106,203); }
div.DivClassName
{
background-color: #B26ACB;
}
.BgClassName
{
background-color: #B26ACB;
}
</style>
border-color css
<style>
span { border-color: #B26ACB; }
span { border-color: rgb(178,106,203); }
td.TdClassName
{
border-color: #B26ACB;
}
.TagClassName
{
border-color: #B26ACB;
}
</style>