Shades of Medium Orchid #B366DD
Tints of Medium Orchid #B366DD
RGB
CMYK
RGB Variations
Color information
#B366DD (or 0xB366DD) is known color: Medium Orchid. HEX triplet: B3, 66 and DD. RGB value is (179,102,221). Sum of RGB (Red+Green+Blue) = 179+102+221=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #B366DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B366DD is #4C9922. Grayscale: #8A8A8A. Windows color (decimal): -5019939 or 14509747. OLE color: 14509747.
HSL color Cylindrical-coordinate representation of color #B366DD: hue angle of 278.82º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B366DD is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 102 | 221 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.13 |
| HSL | 278.82º | 0.64% | 0.63% | - |
| HSV(B) | 278.82º | 0.54% | 0.87% | - |
| XYZ | 36.39 | 24.31 | 71.18 | - |
| YUV | 138.59 | 174.51 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 221 | 0.19 | 0.54 | 0 | 0.13 | 278.82 | 0.64 | 0.63 |
| Hex | B3 | 66 | DD | 13 | 36 | 0 | D | 117 | 40 | 3F |
| Octal | 263 | 146 | 335 | 23 | 66 | 0 | 15 | 427 | 100 | 77 |
| Binary | 10110011 | 1100110 | 11011101 | 10011 | 110110 | 0 | 1101 | 100010111 | 1000000 | 111111 |
Color Harmonies of #B366DD
Complementary color
Monochromatic Colors of #B366DD
Black with #B366DD
Text Example
Text Example
White with #B366DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B366DD; }
p { color: rgb(179,102,221); }
H1.HeaderClassName
{
color: #B366DD;
}
.AnyTagClassName
{
color: #B366DD;
}
</style>
background-color css
<style>
a { background-color: #B366DD; }
a { background-color: rgb(179,102,221); }
div.DivClassName
{
background-color: #B366DD;
}
.BgClassName
{
background-color: #B366DD;
}
</style>
border-color css
<style>
span { border-color: #B366DD; }
span { border-color: rgb(179,102,221); }
td.TdClassName
{
border-color: #B366DD;
}
.TagClassName
{
border-color: #B366DD;
}
</style>