Shades of Medium Orchid #B366D1
Tints of Medium Orchid #B366D1
RGB
CMYK
RGB Variations
Color information
#B366D1 (or 0xB366D1) is known color: Medium Orchid. HEX triplet: B3, 66 and D1. RGB value is (179,102,209). Sum of RGB (Red+Green+Blue) = 179+102+209=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 209 (82.03% from 255 or 42.65% from 490); Max value from RGB is 209 - color contains mainly: blue. Hex color #B366D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B366D1 is #4C992E. Grayscale: #888888. Windows color (decimal): -5019951 or 13723315. OLE color: 13723315.
HSL color Cylindrical-coordinate representation of color #B366D1: hue angle of 283.18º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B366D1 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 102 | 209 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.18 |
| HSL | 283.18º | 0.54% | 0.61% | - |
| HSV(B) | 283.18º | 0.51% | 0.82% | - |
| XYZ | 34.85 | 23.69 | 63.06 | - |
| YUV | 137.22 | 168.51 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 209 | 0.14 | 0.51 | 0 | 0.18 | 283.18 | 0.54 | 0.61 |
| Hex | B3 | 66 | D1 | E | 33 | 0 | 12 | 11B | 36 | 3D |
| Octal | 263 | 146 | 321 | 16 | 63 | 0 | 22 | 433 | 66 | 75 |
| Binary | 10110011 | 1100110 | 11010001 | 1110 | 110011 | 0 | 10010 | 100011011 | 110110 | 111101 |
Color Harmonies of #B366D1
Complementary color
Monochromatic Colors of #B366D1
Black with #B366D1
Text Example
Text Example
White with #B366D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B366D1; }
p { color: rgb(179,102,209); }
H1.HeaderClassName
{
color: #B366D1;
}
.AnyTagClassName
{
color: #B366D1;
}
</style>
background-color css
<style>
a { background-color: #B366D1; }
a { background-color: rgb(179,102,209); }
div.DivClassName
{
background-color: #B366D1;
}
.BgClassName
{
background-color: #B366D1;
}
</style>
border-color css
<style>
span { border-color: #B366D1; }
span { border-color: rgb(179,102,209); }
td.TdClassName
{
border-color: #B366D1;
}
.TagClassName
{
border-color: #B366D1;
}
</style>