Shades of Medium Orchid #B869DF
Tints of Medium Orchid #B869DF
RGB
CMYK
RGB Variations
Color information
#B869DF (or 0xB869DF) is known color: Medium Orchid. HEX triplet: B8, 69 and DF. RGB value is (184,105,223). Sum of RGB (Red+Green+Blue) = 184+105+223=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #B869DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B869DF is #479620. Grayscale: #8D8D8D. Windows color (decimal): -4691489 or 14641592. OLE color: 14641592.
HSL color Cylindrical-coordinate representation of color #B869DF: hue angle of 280.17º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B869DF is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 105 | 223 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.13 |
| HSL | 280.17º | 0.65% | 0.64% | - |
| HSV(B) | 280.17º | 0.53% | 0.87% | - |
| XYZ | 38.14 | 25.62 | 72.75 | - |
| YUV | 142.07 | 173.67 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 223 | 0.17 | 0.53 | 0 | 0.13 | 280.17 | 0.65 | 0.64 |
| Hex | B8 | 69 | DF | 11 | 35 | 0 | D | 118 | 41 | 40 |
| Octal | 270 | 151 | 337 | 21 | 65 | 0 | 15 | 430 | 101 | 100 |
| Binary | 10111000 | 1101001 | 11011111 | 10001 | 110101 | 0 | 1101 | 100011000 | 1000001 | 1000000 |
Color Harmonies of #B869DF
Complementary color
Monochromatic Colors of #B869DF
Black with #B869DF
Text Example
Text Example
White with #B869DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B869DF; }
p { color: rgb(184,105,223); }
H1.HeaderClassName
{
color: #B869DF;
}
.AnyTagClassName
{
color: #B869DF;
}
</style>
background-color css
<style>
a { background-color: #B869DF; }
a { background-color: rgb(184,105,223); }
div.DivClassName
{
background-color: #B869DF;
}
.BgClassName
{
background-color: #B869DF;
}
</style>
border-color css
<style>
span { border-color: #B869DF; }
span { border-color: rgb(184,105,223); }
td.TdClassName
{
border-color: #B869DF;
}
.TagClassName
{
border-color: #B869DF;
}
</style>