Shades of Medium Orchid #B761DF
Tints of Medium Orchid #B761DF
RGB
CMYK
RGB Variations
Color information
#B761DF (or 0xB761DF) is known color: Medium Orchid. HEX triplet: B7, 61 and DF. RGB value is (183,97,223). Sum of RGB (Red+Green+Blue) = 183+97+223=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 97 (38.28% from 255 or 19.28% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #B761DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B761DF is #489E20. Grayscale: #888888. Windows color (decimal): -4759073 or 14639543. OLE color: 14639543.
HSL color Cylindrical-coordinate representation of color #B761DF: hue angle of 280.95º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B761DF is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 97 | 223 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.13 |
| HSL | 280.95º | 0.66% | 0.63% | - |
| HSV(B) | 280.95º | 0.57% | 0.87% | - |
| XYZ | 37.12 | 23.94 | 72.48 | - |
| YUV | 137.08 | 176.49 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 97 | 223 | 0.18 | 0.57 | 0 | 0.13 | 280.95 | 0.66 | 0.63 |
| Hex | B7 | 61 | DF | 12 | 39 | 0 | D | 119 | 42 | 3F |
| Octal | 267 | 141 | 337 | 22 | 71 | 0 | 15 | 431 | 102 | 77 |
| Binary | 10110111 | 1100001 | 11011111 | 10010 | 111001 | 0 | 1101 | 100011001 | 1000010 | 111111 |
Color Harmonies of #B761DF
Complementary color
Monochromatic Colors of #B761DF
Black with #B761DF
Text Example
Text Example
White with #B761DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B761DF; }
p { color: rgb(183,97,223); }
H1.HeaderClassName
{
color: #B761DF;
}
.AnyTagClassName
{
color: #B761DF;
}
</style>
background-color css
<style>
a { background-color: #B761DF; }
a { background-color: rgb(183,97,223); }
div.DivClassName
{
background-color: #B761DF;
}
.BgClassName
{
background-color: #B761DF;
}
</style>
border-color css
<style>
span { border-color: #B761DF; }
span { border-color: rgb(183,97,223); }
td.TdClassName
{
border-color: #B761DF;
}
.TagClassName
{
border-color: #B761DF;
}
</style>