Shades of Medium Orchid #B366D9
Tints of Medium Orchid #B366D9
RGB
CMYK
RGB Variations
Color information
#B366D9 (or 0xB366D9) is known color: Medium Orchid. HEX triplet: B3, 66 and D9. RGB value is (179,102,217). Sum of RGB (Red+Green+Blue) = 179+102+217=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 217 (85.16% from 255 or 43.57% from 498); Max value from RGB is 217 - color contains mainly: blue. Hex color #B366D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B366D9 is #4C9926. Grayscale: #898989. Windows color (decimal): -5019943 or 14247603. OLE color: 14247603.
HSL color Cylindrical-coordinate representation of color #B366D9: hue angle of 280.17º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B366D9 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 102 | 217 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.15 |
| HSL | 280.17º | 0.6% | 0.63% | - |
| HSV(B) | 280.17º | 0.53% | 0.85% | - |
| XYZ | 35.87 | 24.1 | 68.41 | - |
| YUV | 138.13 | 172.51 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 217 | 0.18 | 0.53 | 0 | 0.15 | 280.17 | 0.6 | 0.63 |
| Hex | B3 | 66 | D9 | 12 | 35 | 0 | F | 118 | 3C | 3F |
| Octal | 263 | 146 | 331 | 22 | 65 | 0 | 17 | 430 | 74 | 77 |
| Binary | 10110011 | 1100110 | 11011001 | 10010 | 110101 | 0 | 1111 | 100011000 | 111100 | 111111 |
Color Harmonies of #B366D9
Complementary color
Monochromatic Colors of #B366D9
Black with #B366D9
Text Example
Text Example
White with #B366D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B366D9; }
p { color: rgb(179,102,217); }
H1.HeaderClassName
{
color: #B366D9;
}
.AnyTagClassName
{
color: #B366D9;
}
</style>
background-color css
<style>
a { background-color: #B366D9; }
a { background-color: rgb(179,102,217); }
div.DivClassName
{
background-color: #B366D9;
}
.BgClassName
{
background-color: #B366D9;
}
</style>
border-color css
<style>
span { border-color: #B366D9; }
span { border-color: rgb(179,102,217); }
td.TdClassName
{
border-color: #B366D9;
}
.TagClassName
{
border-color: #B366D9;
}
</style>