Shades of Medium Orchid #B470D0
Tints of Medium Orchid #B470D0
RGB
CMYK
RGB Variations
Color information
#B470D0 (or 0xB470D0) is known color: Medium Orchid. HEX triplet: B4, 70 and D0. RGB value is (180,112,208). Sum of RGB (Red+Green+Blue) = 180+112+208=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 208 - color contains mainly: blue. Hex color #B470D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B470D0 is #4B8F2F. Grayscale: #8E8E8E. Windows color (decimal): -4951856 or 13660340. OLE color: 13660340.
HSL color Cylindrical-coordinate representation of color #B470D0: hue angle of 282.5º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B470D0 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 112 | 208 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.18 |
| HSL | 282.5º | 0.51% | 0.63% | - |
| HSV(B) | 282.5º | 0.46% | 0.82% | - |
| XYZ | 36 | 25.85 | 62.77 | - |
| YUV | 143.28 | 164.53 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 112 | 208 | 0.13 | 0.46 | 0 | 0.18 | 282.5 | 0.51 | 0.63 |
| Hex | B4 | 70 | D0 | D | 2E | 0 | 12 | 11A | 33 | 3F |
| Octal | 264 | 160 | 320 | 15 | 56 | 0 | 22 | 432 | 63 | 77 |
| Binary | 10110100 | 1110000 | 11010000 | 1101 | 101110 | 0 | 10010 | 100011010 | 110011 | 111111 |
Color Harmonies of #B470D0
Complementary color
Monochromatic Colors of #B470D0
Black with #B470D0
Text Example
Text Example
White with #B470D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B470D0; }
p { color: rgb(180,112,208); }
H1.HeaderClassName
{
color: #B470D0;
}
.AnyTagClassName
{
color: #B470D0;
}
</style>
background-color css
<style>
a { background-color: #B470D0; }
a { background-color: rgb(180,112,208); }
div.DivClassName
{
background-color: #B470D0;
}
.BgClassName
{
background-color: #B470D0;
}
</style>
border-color css
<style>
span { border-color: #B470D0; }
span { border-color: rgb(180,112,208); }
td.TdClassName
{
border-color: #B470D0;
}
.TagClassName
{
border-color: #B470D0;
}
</style>