Shades of Medium Orchid #B470D1
Tints of Medium Orchid #B470D1
RGB
CMYK
RGB Variations
Color information
#B470D1 (or 0xB470D1) is known color: Medium Orchid. HEX triplet: B4, 70 and D1. RGB value is (180,112,209). Sum of RGB (Red+Green+Blue) = 180+112+209=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 209 - color contains mainly: blue. Hex color #B470D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B470D1 is #4B8F2E. Grayscale: #8F8F8F. Windows color (decimal): -4951855 or 13725876. OLE color: 13725876.
HSL color Cylindrical-coordinate representation of color #B470D1: hue angle of 282.06º 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 #B470D1 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 112 | 209 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.18 |
| HSL | 282.06º | 0.51% | 0.63% | - |
| HSV(B) | 282.06º | 0.46% | 0.82% | - |
| XYZ | 36.13 | 25.9 | 63.42 | - |
| YUV | 143.39 | 165.03 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 112 | 209 | 0.14 | 0.46 | 0 | 0.18 | 282.06 | 0.51 | 0.63 |
| Hex | B4 | 70 | D1 | E | 2E | 0 | 12 | 11A | 33 | 3F |
| Octal | 264 | 160 | 321 | 16 | 56 | 0 | 22 | 432 | 63 | 77 |
| Binary | 10110100 | 1110000 | 11010001 | 1110 | 101110 | 0 | 10010 | 100011010 | 110011 | 111111 |
Color Harmonies of #B470D1
Complementary color
Monochromatic Colors of #B470D1
Black with #B470D1
Text Example
Text Example
White with #B470D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B470D1; }
p { color: rgb(180,112,209); }
H1.HeaderClassName
{
color: #B470D1;
}
.AnyTagClassName
{
color: #B470D1;
}
</style>
background-color css
<style>
a { background-color: #B470D1; }
a { background-color: rgb(180,112,209); }
div.DivClassName
{
background-color: #B470D1;
}
.BgClassName
{
background-color: #B470D1;
}
</style>
border-color css
<style>
span { border-color: #B470D1; }
span { border-color: rgb(180,112,209); }
td.TdClassName
{
border-color: #B470D1;
}
.TagClassName
{
border-color: #B470D1;
}
</style>