Shades of Medium Orchid #B865DA
Tints of Medium Orchid #B865DA
RGB
CMYK
RGB Variations
Color information
#B865DA (or 0xB865DA) is known color: Medium Orchid. HEX triplet: B8, 65 and DA. RGB value is (184,101,218). Sum of RGB (Red+Green+Blue) = 184+101+218=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 101 (39.84% from 255 or 20.08% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #B865DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B865DA is #479A25. Grayscale: #8A8A8A. Windows color (decimal): -4692518 or 14312888. OLE color: 14312888.
HSL color Cylindrical-coordinate representation of color #B865DA: hue angle of 282.56º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B865DA is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 101 | 218 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.15 |
| HSL | 282.56º | 0.61% | 0.63% | - |
| HSV(B) | 282.56º | 0.54% | 0.85% | - |
| XYZ | 37.08 | 24.56 | 69.12 | - |
| YUV | 139.16 | 172.5 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 218 | 0.16 | 0.54 | 0 | 0.15 | 282.56 | 0.61 | 0.63 |
| Hex | B8 | 65 | DA | 10 | 36 | 0 | F | 11B | 3D | 3F |
| Octal | 270 | 145 | 332 | 20 | 66 | 0 | 17 | 433 | 75 | 77 |
| Binary | 10111000 | 1100101 | 11011010 | 10000 | 110110 | 0 | 1111 | 100011011 | 111101 | 111111 |
Color Harmonies of #B865DA
Complementary color
Monochromatic Colors of #B865DA
Black with #B865DA
Text Example
Text Example
White with #B865DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B865DA; }
p { color: rgb(184,101,218); }
H1.HeaderClassName
{
color: #B865DA;
}
.AnyTagClassName
{
color: #B865DA;
}
</style>
background-color css
<style>
a { background-color: #B865DA; }
a { background-color: rgb(184,101,218); }
div.DivClassName
{
background-color: #B865DA;
}
.BgClassName
{
background-color: #B865DA;
}
</style>
border-color css
<style>
span { border-color: #B865DA; }
span { border-color: rgb(184,101,218); }
td.TdClassName
{
border-color: #B865DA;
}
.TagClassName
{
border-color: #B865DA;
}
</style>