Shades of Medium Orchid #B464D0
Tints of Medium Orchid #B464D0
RGB
CMYK
RGB Variations
Color information
#B464D0 (or 0xB464D0) is known color: Medium Orchid. HEX triplet: B4, 64 and D0. RGB value is (180,100,208). Sum of RGB (Red+Green+Blue) = 180+100+208=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 208 - color contains mainly: blue. Hex color #B464D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B464D0 is #4B9B2F. Grayscale: #878787. Windows color (decimal): -4954928 or 13657268. OLE color: 13657268.
HSL color Cylindrical-coordinate representation of color #B464D0: hue angle of 284.44º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B464D0 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 100 | 208 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.18 |
| HSL | 284.44º | 0.53% | 0.6% | - |
| HSV(B) | 284.44º | 0.52% | 0.82% | - |
| XYZ | 34.76 | 23.37 | 62.35 | - |
| YUV | 136.23 | 168.5 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 100 | 208 | 0.13 | 0.52 | 0 | 0.18 | 284.44 | 0.53 | 0.6 |
| Hex | B4 | 64 | D0 | D | 34 | 0 | 12 | 11C | 35 | 3C |
| Octal | 264 | 144 | 320 | 15 | 64 | 0 | 22 | 434 | 65 | 74 |
| Binary | 10110100 | 1100100 | 11010000 | 1101 | 110100 | 0 | 10010 | 100011100 | 110101 | 111100 |
Color Harmonies of #B464D0
Complementary color
Monochromatic Colors of #B464D0
Black with #B464D0
Text Example
Text Example
White with #B464D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B464D0; }
p { color: rgb(180,100,208); }
H1.HeaderClassName
{
color: #B464D0;
}
.AnyTagClassName
{
color: #B464D0;
}
</style>
background-color css
<style>
a { background-color: #B464D0; }
a { background-color: rgb(180,100,208); }
div.DivClassName
{
background-color: #B464D0;
}
.BgClassName
{
background-color: #B464D0;
}
</style>
border-color css
<style>
span { border-color: #B464D0; }
span { border-color: rgb(180,100,208); }
td.TdClassName
{
border-color: #B464D0;
}
.TagClassName
{
border-color: #B464D0;
}
</style>