Shades of Medium Orchid #B461D0
Tints of Medium Orchid #B461D0
RGB
CMYK
RGB Variations
Color information
#B461D0 (or 0xB461D0) is known color: Medium Orchid. HEX triplet: B4, 61 and D0. RGB value is (180,97,208). Sum of RGB (Red+Green+Blue) = 180+97+208=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #B461D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B461D0 is #4B9E2F. Grayscale: #868686. Windows color (decimal): -4955696 or 13656500. OLE color: 13656500.
HSL color Cylindrical-coordinate representation of color #B461D0: hue angle of 284.86º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B461D0 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 97 | 208 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.18 |
| HSL | 284.86º | 0.54% | 0.6% | - |
| HSV(B) | 284.86º | 0.53% | 0.82% | - |
| XYZ | 34.48 | 22.81 | 62.26 | - |
| YUV | 134.47 | 169.5 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 97 | 208 | 0.13 | 0.53 | 0 | 0.18 | 284.86 | 0.54 | 0.6 |
| Hex | B4 | 61 | D0 | D | 35 | 0 | 12 | 11D | 36 | 3C |
| Octal | 264 | 141 | 320 | 15 | 65 | 0 | 22 | 435 | 66 | 74 |
| Binary | 10110100 | 1100001 | 11010000 | 1101 | 110101 | 0 | 10010 | 100011101 | 110110 | 111100 |
Color Harmonies of #B461D0
Complementary color
Monochromatic Colors of #B461D0
Black with #B461D0
Text Example
Text Example
White with #B461D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B461D0; }
p { color: rgb(180,97,208); }
H1.HeaderClassName
{
color: #B461D0;
}
.AnyTagClassName
{
color: #B461D0;
}
</style>
background-color css
<style>
a { background-color: #B461D0; }
a { background-color: rgb(180,97,208); }
div.DivClassName
{
background-color: #B461D0;
}
.BgClassName
{
background-color: #B461D0;
}
</style>
border-color css
<style>
span { border-color: #B461D0; }
span { border-color: rgb(180,97,208); }
td.TdClassName
{
border-color: #B461D0;
}
.TagClassName
{
border-color: #B461D0;
}
</style>