Shades of Medium Orchid #B366DB
Tints of Medium Orchid #B366DB
RGB
CMYK
RGB Variations
Color information
#B366DB (or 0xB366DB) is known color: Medium Orchid. HEX triplet: B3, 66 and DB. RGB value is (179,102,219). Sum of RGB (Red+Green+Blue) = 179+102+219=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #B366DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B366DB is #4C9924. Grayscale: #898989. Windows color (decimal): -5019941 or 14378675. OLE color: 14378675.
HSL color Cylindrical-coordinate representation of color #B366DB: hue angle of 279.49º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B366DB is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 102 | 219 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.14 |
| HSL | 279.49º | 0.62% | 0.63% | - |
| HSV(B) | 279.49º | 0.53% | 0.86% | - |
| XYZ | 36.13 | 24.2 | 69.78 | - |
| YUV | 138.36 | 173.51 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 219 | 0.18 | 0.53 | 0 | 0.14 | 279.49 | 0.62 | 0.63 |
| Hex | B3 | 66 | DB | 12 | 35 | 0 | E | 117 | 3E | 3F |
| Octal | 263 | 146 | 333 | 22 | 65 | 0 | 16 | 427 | 76 | 77 |
| Binary | 10110011 | 1100110 | 11011011 | 10010 | 110101 | 0 | 1110 | 100010111 | 111110 | 111111 |
Color Harmonies of #B366DB
Complementary color
Monochromatic Colors of #B366DB
Black with #B366DB
Text Example
Text Example
White with #B366DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B366DB; }
p { color: rgb(179,102,219); }
H1.HeaderClassName
{
color: #B366DB;
}
.AnyTagClassName
{
color: #B366DB;
}
</style>
background-color css
<style>
a { background-color: #B366DB; }
a { background-color: rgb(179,102,219); }
div.DivClassName
{
background-color: #B366DB;
}
.BgClassName
{
background-color: #B366DB;
}
</style>
border-color css
<style>
span { border-color: #B366DB; }
span { border-color: rgb(179,102,219); }
td.TdClassName
{
border-color: #B366DB;
}
.TagClassName
{
border-color: #B366DB;
}
</style>