Shades of Medium Orchid #B461DD
Tints of Medium Orchid #B461DD
RGB
CMYK
RGB Variations
Color information
#B461DD (or 0xB461DD) is known color: Medium Orchid. HEX triplet: B4, 61 and DD. RGB value is (180,97,221). Sum of RGB (Red+Green+Blue) = 180+97+221=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 97 (38.28% from 255 or 19.48% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #B461DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B461DD is #4B9E22. Grayscale: #878787. Windows color (decimal): -4955683 or 14508468. OLE color: 14508468.
HSL color Cylindrical-coordinate representation of color #B461DD: hue angle of 280.16º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B461DD is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 97 | 221 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.13 |
| HSL | 280.16º | 0.65% | 0.62% | - |
| HSV(B) | 280.16º | 0.56% | 0.87% | - |
| XYZ | 36.15 | 23.47 | 71.03 | - |
| YUV | 135.95 | 176 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 97 | 221 | 0.19 | 0.56 | 0 | 0.13 | 280.16 | 0.65 | 0.62 |
| Hex | B4 | 61 | DD | 13 | 38 | 0 | D | 118 | 41 | 3E |
| Octal | 264 | 141 | 335 | 23 | 70 | 0 | 15 | 430 | 101 | 76 |
| Binary | 10110100 | 1100001 | 11011101 | 10011 | 111000 | 0 | 1101 | 100011000 | 1000001 | 111110 |
Color Harmonies of #B461DD
Complementary color
Monochromatic Colors of #B461DD
Black with #B461DD
Text Example
Text Example
White with #B461DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B461DD; }
p { color: rgb(180,97,221); }
H1.HeaderClassName
{
color: #B461DD;
}
.AnyTagClassName
{
color: #B461DD;
}
</style>
background-color css
<style>
a { background-color: #B461DD; }
a { background-color: rgb(180,97,221); }
div.DivClassName
{
background-color: #B461DD;
}
.BgClassName
{
background-color: #B461DD;
}
</style>
border-color css
<style>
span { border-color: #B461DD; }
span { border-color: rgb(180,97,221); }
td.TdClassName
{
border-color: #B461DD;
}
.TagClassName
{
border-color: #B461DD;
}
</style>