Shades of Medium Orchid #B266CE
Tints of Medium Orchid #B266CE
RGB
CMYK
RGB Variations
Color information
#B266CE (or 0xB266CE) is known color: Medium Orchid. HEX triplet: B2, 66 and CE. RGB value is (178,102,206). Sum of RGB (Red+Green+Blue) = 178+102+206=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #B266CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B266CE is #4D9931. Grayscale: #888888. Windows color (decimal): -5085490 or 13526706. OLE color: 13526706.
HSL color Cylindrical-coordinate representation of color #B266CE: hue angle of 283.85º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B266CE is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 102 | 206 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.19 |
| HSL | 283.85º | 0.51% | 0.6% | - |
| HSV(B) | 283.85º | 0.5% | 0.81% | - |
| XYZ | 34.25 | 23.42 | 61.11 | - |
| YUV | 136.58 | 167.18 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 102 | 206 | 0.14 | 0.50 | 0 | 0.19 | 283.85 | 0.51 | 0.6 |
| Hex | B2 | 66 | CE | E | 32 | 0 | 13 | 11C | 33 | 3C |
| Octal | 262 | 146 | 316 | 16 | 62 | 0 | 23 | 434 | 63 | 74 |
| Binary | 10110010 | 1100110 | 11001110 | 1110 | 110010 | 0 | 10011 | 100011100 | 110011 | 111100 |
Color Harmonies of #B266CE
Complementary color
Monochromatic Colors of #B266CE
Black with #B266CE
Text Example
Text Example
White with #B266CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B266CE; }
p { color: rgb(178,102,206); }
H1.HeaderClassName
{
color: #B266CE;
}
.AnyTagClassName
{
color: #B266CE;
}
</style>
background-color css
<style>
a { background-color: #B266CE; }
a { background-color: rgb(178,102,206); }
div.DivClassName
{
background-color: #B266CE;
}
.BgClassName
{
background-color: #B266CE;
}
</style>
border-color css
<style>
span { border-color: #B266CE; }
span { border-color: rgb(178,102,206); }
td.TdClassName
{
border-color: #B266CE;
}
.TagClassName
{
border-color: #B266CE;
}
</style>