Shades of Medium Orchid #B865DD
Tints of Medium Orchid #B865DD
RGB
CMYK
RGB Variations
Color information
#B865DD (or 0xB865DD) is known color: Medium Orchid. HEX triplet: B8, 65 and DD. RGB value is (184,101,221). Sum of RGB (Red+Green+Blue) = 184+101+221=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 101 (39.84% from 255 or 19.96% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #B865DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B865DD is #479A22. Grayscale: #8B8B8B. Windows color (decimal): -4692515 or 14509496. OLE color: 14509496.
HSL color Cylindrical-coordinate representation of color #B865DD: hue angle of 281.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B865DD is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 101 | 221 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.13 |
| HSL | 281.5º | 0.64% | 0.63% | - |
| HSV(B) | 281.5º | 0.54% | 0.87% | - |
| XYZ | 37.47 | 24.72 | 71.2 | - |
| YUV | 139.5 | 174 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 221 | 0.17 | 0.54 | 0 | 0.13 | 281.5 | 0.64 | 0.63 |
| Hex | B8 | 65 | DD | 11 | 36 | 0 | D | 11A | 40 | 3F |
| Octal | 270 | 145 | 335 | 21 | 66 | 0 | 15 | 432 | 100 | 77 |
| Binary | 10111000 | 1100101 | 11011101 | 10001 | 110110 | 0 | 1101 | 100011010 | 1000000 | 111111 |
Color Harmonies of #B865DD
Complementary color
Monochromatic Colors of #B865DD
Black with #B865DD
Text Example
Text Example
White with #B865DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B865DD; }
p { color: rgb(184,101,221); }
H1.HeaderClassName
{
color: #B865DD;
}
.AnyTagClassName
{
color: #B865DD;
}
</style>
background-color css
<style>
a { background-color: #B865DD; }
a { background-color: rgb(184,101,221); }
div.DivClassName
{
background-color: #B865DD;
}
.BgClassName
{
background-color: #B865DD;
}
</style>
border-color css
<style>
span { border-color: #B865DD; }
span { border-color: rgb(184,101,221); }
td.TdClassName
{
border-color: #B865DD;
}
.TagClassName
{
border-color: #B865DD;
}
</style>