Shades of Medium Orchid #B761D3
Tints of Medium Orchid #B761D3
RGB
CMYK
RGB Variations
Color information
#B761D3 (or 0xB761D3) is known color: Medium Orchid. HEX triplet: B7, 61 and D3. RGB value is (183,97,211). Sum of RGB (Red+Green+Blue) = 183+97+211=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 97 (38.28% from 255 or 19.76% from 491); Blue value is 211 (82.81% from 255 or 42.97% from 491); Max value from RGB is 211 - color contains mainly: blue. Hex color #B761D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B761D3 is #489E2C. Grayscale: #878787. Windows color (decimal): -4759085 or 13853111. OLE color: 13853111.
HSL color Cylindrical-coordinate representation of color #B761D3: hue angle of 285.26º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B761D3 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 97 | 211 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.17 |
| HSL | 285.26º | 0.56% | 0.6% | - |
| HSV(B) | 285.26º | 0.54% | 0.83% | - |
| XYZ | 35.56 | 23.32 | 64.25 | - |
| YUV | 135.71 | 170.49 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 97 | 211 | 0.13 | 0.54 | 0 | 0.17 | 285.26 | 0.56 | 0.6 |
| Hex | B7 | 61 | D3 | D | 36 | 0 | 11 | 11D | 38 | 3C |
| Octal | 267 | 141 | 323 | 15 | 66 | 0 | 21 | 435 | 70 | 74 |
| Binary | 10110111 | 1100001 | 11010011 | 1101 | 110110 | 0 | 10001 | 100011101 | 111000 | 111100 |
Color Harmonies of #B761D3
Complementary color
Monochromatic Colors of #B761D3
Black with #B761D3
Text Example
Text Example
White with #B761D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B761D3; }
p { color: rgb(183,97,211); }
H1.HeaderClassName
{
color: #B761D3;
}
.AnyTagClassName
{
color: #B761D3;
}
</style>
background-color css
<style>
a { background-color: #B761D3; }
a { background-color: rgb(183,97,211); }
div.DivClassName
{
background-color: #B761D3;
}
.BgClassName
{
background-color: #B761D3;
}
</style>
border-color css
<style>
span { border-color: #B761D3; }
span { border-color: rgb(183,97,211); }
td.TdClassName
{
border-color: #B761D3;
}
.TagClassName
{
border-color: #B761D3;
}
</style>