Shades of Medium Orchid #B875DC
Tints of Medium Orchid #B875DC
RGB
CMYK
RGB Variations
Color information
#B875DC (or 0xB875DC) is known color: Medium Orchid. HEX triplet: B8, 75 and DC. RGB value is (184,117,220). Sum of RGB (Red+Green+Blue) = 184+117+220=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #B875DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B875DC is #478A23. Grayscale: #949494. Windows color (decimal): -4688420 or 14448056. OLE color: 14448056.
HSL color Cylindrical-coordinate representation of color #B875DC: hue angle of 279.03º degrees, saturation: 0.6, 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 #B875DC is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 117 | 220 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.14 |
| HSL | 279.03º | 0.6% | 0.66% | - |
| HSV(B) | 279.03º | 0.47% | 0.86% | - |
| XYZ | 39.05 | 28.08 | 71.07 | - |
| YUV | 148.78 | 168.2 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 220 | 0.16 | 0.47 | 0 | 0.14 | 279.03 | 0.6 | 0.66 |
| Hex | B8 | 75 | DC | 10 | 2F | 0 | E | 117 | 3C | 42 |
| Octal | 270 | 165 | 334 | 20 | 57 | 0 | 16 | 427 | 74 | 102 |
| Binary | 10111000 | 1110101 | 11011100 | 10000 | 101111 | 0 | 1110 | 100010111 | 111100 | 1000010 |
Color Harmonies of #B875DC
Complementary color
Monochromatic Colors of #B875DC
Black with #B875DC
Text Example
Text Example
White with #B875DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B875DC; }
p { color: rgb(184,117,220); }
H1.HeaderClassName
{
color: #B875DC;
}
.AnyTagClassName
{
color: #B875DC;
}
</style>
background-color css
<style>
a { background-color: #B875DC; }
a { background-color: rgb(184,117,220); }
div.DivClassName
{
background-color: #B875DC;
}
.BgClassName
{
background-color: #B875DC;
}
</style>
border-color css
<style>
span { border-color: #B875DC; }
span { border-color: rgb(184,117,220); }
td.TdClassName
{
border-color: #B875DC;
}
.TagClassName
{
border-color: #B875DC;
}
</style>