Shades of Medium Orchid #B869DC
Tints of Medium Orchid #B869DC
RGB
CMYK
RGB Variations
Color information
#B869DC (or 0xB869DC) is known color: Medium Orchid. HEX triplet: B8, 69 and DC. RGB value is (184,105,220). Sum of RGB (Red+Green+Blue) = 184+105+220=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #B869DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B869DC is #479623. Grayscale: #8D8D8D. Windows color (decimal): -4691492 or 14444984. OLE color: 14444984.
HSL color Cylindrical-coordinate representation of color #B869DC: hue angle of 281.22º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B869DC is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 105 | 220 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.14 |
| HSL | 281.22º | 0.62% | 0.64% | - |
| HSV(B) | 281.22º | 0.52% | 0.86% | - |
| XYZ | 37.74 | 25.46 | 70.64 | - |
| YUV | 141.73 | 172.17 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 220 | 0.16 | 0.52 | 0 | 0.14 | 281.22 | 0.62 | 0.64 |
| Hex | B8 | 69 | DC | 10 | 34 | 0 | E | 119 | 3E | 40 |
| Octal | 270 | 151 | 334 | 20 | 64 | 0 | 16 | 431 | 76 | 100 |
| Binary | 10111000 | 1101001 | 11011100 | 10000 | 110100 | 0 | 1110 | 100011001 | 111110 | 1000000 |
Color Harmonies of #B869DC
Complementary color
Monochromatic Colors of #B869DC
Black with #B869DC
Text Example
Text Example
White with #B869DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B869DC; }
p { color: rgb(184,105,220); }
H1.HeaderClassName
{
color: #B869DC;
}
.AnyTagClassName
{
color: #B869DC;
}
</style>
background-color css
<style>
a { background-color: #B869DC; }
a { background-color: rgb(184,105,220); }
div.DivClassName
{
background-color: #B869DC;
}
.BgClassName
{
background-color: #B869DC;
}
</style>
border-color css
<style>
span { border-color: #B869DC; }
span { border-color: rgb(184,105,220); }
td.TdClassName
{
border-color: #B869DC;
}
.TagClassName
{
border-color: #B869DC;
}
</style>