Shades of Medium Orchid #B470DF
Tints of Medium Orchid #B470DF
RGB
CMYK
RGB Variations
Color information
#B470DF (or 0xB470DF) is known color: Medium Orchid. HEX triplet: B4, 70 and DF. RGB value is (180,112,223). Sum of RGB (Red+Green+Blue) = 180+112+223=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #B470DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B470DF is #4B8F20. Grayscale: #909090. Windows color (decimal): -4951841 or 14643380. OLE color: 14643380.
HSL color Cylindrical-coordinate representation of color #B470DF: hue angle of 276.76º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B470DF is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 112 | 223 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.13 |
| HSL | 276.76º | 0.63% | 0.66% | - |
| HSV(B) | 276.76º | 0.5% | 0.87% | - |
| XYZ | 37.94 | 26.62 | 72.95 | - |
| YUV | 144.99 | 172.03 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 112 | 223 | 0.19 | 0.50 | 0 | 0.13 | 276.76 | 0.63 | 0.66 |
| Hex | B4 | 70 | DF | 13 | 32 | 0 | D | 115 | 3F | 42 |
| Octal | 264 | 160 | 337 | 23 | 62 | 0 | 15 | 425 | 77 | 102 |
| Binary | 10110100 | 1110000 | 11011111 | 10011 | 110010 | 0 | 1101 | 100010101 | 111111 | 1000010 |
Color Harmonies of #B470DF
Complementary color
Monochromatic Colors of #B470DF
Black with #B470DF
Text Example
Text Example
White with #B470DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B470DF; }
p { color: rgb(180,112,223); }
H1.HeaderClassName
{
color: #B470DF;
}
.AnyTagClassName
{
color: #B470DF;
}
</style>
background-color css
<style>
a { background-color: #B470DF; }
a { background-color: rgb(180,112,223); }
div.DivClassName
{
background-color: #B470DF;
}
.BgClassName
{
background-color: #B470DF;
}
</style>
border-color css
<style>
span { border-color: #B470DF; }
span { border-color: rgb(180,112,223); }
td.TdClassName
{
border-color: #B470DF;
}
.TagClassName
{
border-color: #B470DF;
}
</style>