Shades of Medium Orchid #B868DA
Tints of Medium Orchid #B868DA
RGB
CMYK
RGB Variations
Color information
#B868DA (or 0xB868DA) is known color: Medium Orchid. HEX triplet: B8, 68 and DA. RGB value is (184,104,218). Sum of RGB (Red+Green+Blue) = 184+104+218=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #B868DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B868DA is #479725. Grayscale: #8C8C8C. Windows color (decimal): -4691750 or 14313656. OLE color: 14313656.
HSL color Cylindrical-coordinate representation of color #B868DA: hue angle of 282.11º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B868DA is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 104 | 218 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.15 |
| HSL | 282.11º | 0.61% | 0.63% | - |
| HSV(B) | 282.11º | 0.52% | 0.85% | - |
| XYZ | 37.37 | 25.15 | 69.21 | - |
| YUV | 140.92 | 171.5 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 104 | 218 | 0.16 | 0.52 | 0 | 0.15 | 282.11 | 0.61 | 0.63 |
| Hex | B8 | 68 | DA | 10 | 34 | 0 | F | 11A | 3D | 3F |
| Octal | 270 | 150 | 332 | 20 | 64 | 0 | 17 | 432 | 75 | 77 |
| Binary | 10111000 | 1101000 | 11011010 | 10000 | 110100 | 0 | 1111 | 100011010 | 111101 | 111111 |
Color Harmonies of #B868DA
Complementary color
Monochromatic Colors of #B868DA
Black with #B868DA
Text Example
Text Example
White with #B868DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B868DA; }
p { color: rgb(184,104,218); }
H1.HeaderClassName
{
color: #B868DA;
}
.AnyTagClassName
{
color: #B868DA;
}
</style>
background-color css
<style>
a { background-color: #B868DA; }
a { background-color: rgb(184,104,218); }
div.DivClassName
{
background-color: #B868DA;
}
.BgClassName
{
background-color: #B868DA;
}
</style>
border-color css
<style>
span { border-color: #B868DA; }
span { border-color: rgb(184,104,218); }
td.TdClassName
{
border-color: #B868DA;
}
.TagClassName
{
border-color: #B868DA;
}
</style>