Shades of Medium Orchid #B865DB
Tints of Medium Orchid #B865DB
RGB
CMYK
RGB Variations
Color information
#B865DB (or 0xB865DB) is known color: Medium Orchid. HEX triplet: B8, 65 and DB. RGB value is (184,101,219). Sum of RGB (Red+Green+Blue) = 184+101+219=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #B865DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B865DB is #479A24. Grayscale: #8A8A8A. Windows color (decimal): -4692517 or 14378424. OLE color: 14378424.
HSL color Cylindrical-coordinate representation of color #B865DB: hue angle of 282.2º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B865DB is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 101 | 219 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.14 |
| HSL | 282.2º | 0.62% | 0.63% | - |
| HSV(B) | 282.2º | 0.54% | 0.86% | - |
| XYZ | 37.21 | 24.61 | 69.81 | - |
| YUV | 139.27 | 173 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 219 | 0.16 | 0.54 | 0 | 0.14 | 282.2 | 0.62 | 0.63 |
| Hex | B8 | 65 | DB | 10 | 36 | 0 | E | 11A | 3E | 3F |
| Octal | 270 | 145 | 333 | 20 | 66 | 0 | 16 | 432 | 76 | 77 |
| Binary | 10111000 | 1100101 | 11011011 | 10000 | 110110 | 0 | 1110 | 100011010 | 111110 | 111111 |
Color Harmonies of #B865DB
Complementary color
Monochromatic Colors of #B865DB
Black with #B865DB
Text Example
Text Example
White with #B865DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B865DB; }
p { color: rgb(184,101,219); }
H1.HeaderClassName
{
color: #B865DB;
}
.AnyTagClassName
{
color: #B865DB;
}
</style>
background-color css
<style>
a { background-color: #B865DB; }
a { background-color: rgb(184,101,219); }
div.DivClassName
{
background-color: #B865DB;
}
.BgClassName
{
background-color: #B865DB;
}
</style>
border-color css
<style>
span { border-color: #B865DB; }
span { border-color: rgb(184,101,219); }
td.TdClassName
{
border-color: #B865DB;
}
.TagClassName
{
border-color: #B865DB;
}
</style>