Shades of Medium Orchid #B875DB
Tints of Medium Orchid #B875DB
RGB
CMYK
RGB Variations
Color information
#B875DB (or 0xB875DB) is known color: Medium Orchid. HEX triplet: B8, 75 and DB. RGB value is (184,117,219). Sum of RGB (Red+Green+Blue) = 184+117+219=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #B875DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B875DB is #478A24. Grayscale: #949494. Windows color (decimal): -4688421 or 14382520. OLE color: 14382520.
HSL color Cylindrical-coordinate representation of color #B875DB: hue angle of 279.41º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B875DB is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 117 | 219 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.14 |
| HSL | 279.41º | 0.59% | 0.66% | - |
| HSV(B) | 279.41º | 0.47% | 0.86% | - |
| XYZ | 38.91 | 28.03 | 70.38 | - |
| YUV | 148.66 | 167.7 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 219 | 0.16 | 0.47 | 0 | 0.14 | 279.41 | 0.59 | 0.66 |
| Hex | B8 | 75 | DB | 10 | 2F | 0 | E | 117 | 3B | 42 |
| Octal | 270 | 165 | 333 | 20 | 57 | 0 | 16 | 427 | 73 | 102 |
| Binary | 10111000 | 1110101 | 11011011 | 10000 | 101111 | 0 | 1110 | 100010111 | 111011 | 1000010 |
Color Harmonies of #B875DB
Complementary color
Monochromatic Colors of #B875DB
Black with #B875DB
Text Example
Text Example
White with #B875DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B875DB; }
p { color: rgb(184,117,219); }
H1.HeaderClassName
{
color: #B875DB;
}
.AnyTagClassName
{
color: #B875DB;
}
</style>
background-color css
<style>
a { background-color: #B875DB; }
a { background-color: rgb(184,117,219); }
div.DivClassName
{
background-color: #B875DB;
}
.BgClassName
{
background-color: #B875DB;
}
</style>
border-color css
<style>
span { border-color: #B875DB; }
span { border-color: rgb(184,117,219); }
td.TdClassName
{
border-color: #B875DB;
}
.TagClassName
{
border-color: #B875DB;
}
</style>