Shades of Medium Orchid #B266CC
Tints of Medium Orchid #B266CC
RGB
CMYK
RGB Variations
Color information
#B266CC (or 0xB266CC) is known color: Medium Orchid. HEX triplet: B2, 66 and CC. RGB value is (178,102,204). Sum of RGB (Red+Green+Blue) = 178+102+204=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #B266CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B266CC is #4D9933. Grayscale: #888888. Windows color (decimal): -5085492 or 13395634. OLE color: 13395634.
HSL color Cylindrical-coordinate representation of color #B266CC: hue angle of 284.71º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B266CC is Cyan = 0.13, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 102 | 204 | - |
| CMYK | 0.13 | 0.5 | 0 | 0.2 |
| HSL | 284.71º | 0.5% | 0.6% | - |
| HSV(B) | 284.71º | 0.5% | 0.8% | - |
| XYZ | 34.01 | 23.33 | 59.84 | - |
| YUV | 136.35 | 166.18 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 102 | 204 | 0.13 | 0.5 | 0 | 0.2 | 284.71 | 0.5 | 0.6 |
| Hex | B2 | 66 | CC | D | 32 | 0 | 14 | 11D | 32 | 3C |
| Octal | 262 | 146 | 314 | 15 | 62 | 0 | 24 | 435 | 62 | 74 |
| Binary | 10110010 | 1100110 | 11001100 | 1101 | 110010 | 0 | 10100 | 100011101 | 110010 | 111100 |
Color Harmonies of #B266CC
Complementary color
Monochromatic Colors of #B266CC
Black with #B266CC
Text Example
Text Example
White with #B266CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B266CC; }
p { color: rgb(178,102,204); }
H1.HeaderClassName
{
color: #B266CC;
}
.AnyTagClassName
{
color: #B266CC;
}
</style>
background-color css
<style>
a { background-color: #B266CC; }
a { background-color: rgb(178,102,204); }
div.DivClassName
{
background-color: #B266CC;
}
.BgClassName
{
background-color: #B266CC;
}
</style>
border-color css
<style>
span { border-color: #B266CC; }
span { border-color: rgb(178,102,204); }
td.TdClassName
{
border-color: #B266CC;
}
.TagClassName
{
border-color: #B266CC;
}
</style>