Shades of Medium Orchid #B366CF
Tints of Medium Orchid #B366CF
RGB
CMYK
RGB Variations
Color information
#B366CF (or 0xB366CF) is known color: Medium Orchid. HEX triplet: B3, 66 and CF. RGB value is (179,102,207). Sum of RGB (Red+Green+Blue) = 179+102+207=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #B366CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B366CF is #4C9930. Grayscale: #888888. Windows color (decimal): -5019953 or 13592243. OLE color: 13592243.
HSL color Cylindrical-coordinate representation of color #B366CF: hue angle of 284º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B366CF is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 102 | 207 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.19 |
| HSL | 284º | 0.52% | 0.61% | - |
| HSV(B) | 284º | 0.51% | 0.81% | - |
| XYZ | 34.6 | 23.59 | 61.76 | - |
| YUV | 136.99 | 167.51 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 207 | 0.14 | 0.51 | 0 | 0.19 | 284 | 0.52 | 0.61 |
| Hex | B3 | 66 | CF | E | 33 | 0 | 13 | 11C | 34 | 3D |
| Octal | 263 | 146 | 317 | 16 | 63 | 0 | 23 | 434 | 64 | 75 |
| Binary | 10110011 | 1100110 | 11001111 | 1110 | 110011 | 0 | 10011 | 100011100 | 110100 | 111101 |
Color Harmonies of #B366CF
Complementary color
Monochromatic Colors of #B366CF
Black with #B366CF
Text Example
Text Example
White with #B366CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B366CF; }
p { color: rgb(179,102,207); }
H1.HeaderClassName
{
color: #B366CF;
}
.AnyTagClassName
{
color: #B366CF;
}
</style>
background-color css
<style>
a { background-color: #B366CF; }
a { background-color: rgb(179,102,207); }
div.DivClassName
{
background-color: #B366CF;
}
.BgClassName
{
background-color: #B366CF;
}
</style>
border-color css
<style>
span { border-color: #B366CF; }
span { border-color: rgb(179,102,207); }
td.TdClassName
{
border-color: #B366CF;
}
.TagClassName
{
border-color: #B366CF;
}
</style>