Shades of Medium Orchid #B875DF
Tints of Medium Orchid #B875DF
RGB
CMYK
RGB Variations
Color information
#B875DF (or 0xB875DF) is known color: Medium Orchid. HEX triplet: B8, 75 and DF. RGB value is (184,117,223). Sum of RGB (Red+Green+Blue) = 184+117+223=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #B875DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B875DF is #478A20. Grayscale: #949494. Windows color (decimal): -4688417 or 14644664. OLE color: 14644664.
HSL color Cylindrical-coordinate representation of color #B875DF: hue angle of 277.92º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B875DF is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 117 | 223 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.13 |
| HSL | 277.92º | 0.62% | 0.67% | - |
| HSV(B) | 277.92º | 0.48% | 0.87% | - |
| XYZ | 39.45 | 28.24 | 73.18 | - |
| YUV | 149.12 | 169.7 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 223 | 0.17 | 0.48 | 0 | 0.13 | 277.92 | 0.62 | 0.67 |
| Hex | B8 | 75 | DF | 11 | 30 | 0 | D | 116 | 3E | 43 |
| Octal | 270 | 165 | 337 | 21 | 60 | 0 | 15 | 426 | 76 | 103 |
| Binary | 10111000 | 1110101 | 11011111 | 10001 | 110000 | 0 | 1101 | 100010110 | 111110 | 1000011 |
Color Harmonies of #B875DF
Complementary color
Monochromatic Colors of #B875DF
Black with #B875DF
Text Example
Text Example
White with #B875DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B875DF; }
p { color: rgb(184,117,223); }
H1.HeaderClassName
{
color: #B875DF;
}
.AnyTagClassName
{
color: #B875DF;
}
</style>
background-color css
<style>
a { background-color: #B875DF; }
a { background-color: rgb(184,117,223); }
div.DivClassName
{
background-color: #B875DF;
}
.BgClassName
{
background-color: #B875DF;
}
</style>
border-color css
<style>
span { border-color: #B875DF; }
span { border-color: rgb(184,117,223); }
td.TdClassName
{
border-color: #B875DF;
}
.TagClassName
{
border-color: #B875DF;
}
</style>