Shades of Medium Orchid #B470C8
Tints of Medium Orchid #B470C8
RGB
CMYK
RGB Variations
Color information
#B470C8 (or 0xB470C8) is known color: Medium Orchid. HEX triplet: B4, 70 and C8. RGB value is (180,112,200). Sum of RGB (Red+Green+Blue) = 180+112+200=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 112 (44.14% from 255 or 22.76% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 200 - color contains mainly: blue. Hex color #B470C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B470C8 is #4B8F37. Grayscale: #8E8E8E. Windows color (decimal): -4951864 or 13136052. OLE color: 13136052.
HSL color Cylindrical-coordinate representation of color #B470C8: hue angle of 286.36º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B470C8 is Cyan = 0.1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 112 | 200 | - |
| CMYK | 0.1 | 0.44 | 0 | 0.22 |
| HSL | 286.36º | 0.44% | 0.61% | - |
| HSV(B) | 286.36º | 0.44% | 0.78% | - |
| XYZ | 35.04 | 25.46 | 57.71 | - |
| YUV | 142.36 | 160.53 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 112 | 200 | 0.1 | 0.44 | 0 | 0.22 | 286.36 | 0.44 | 0.61 |
| Hex | B4 | 70 | C8 | A | 2C | 0 | 16 | 11E | 2C | 3D |
| Octal | 264 | 160 | 310 | 12 | 54 | 0 | 26 | 436 | 54 | 75 |
| Binary | 10110100 | 1110000 | 11001000 | 1010 | 101100 | 0 | 10110 | 100011110 | 101100 | 111101 |
Color Harmonies of #B470C8
Complementary color
Monochromatic Colors of #B470C8
Black with #B470C8
Text Example
Text Example
White with #B470C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B470C8; }
p { color: rgb(180,112,200); }
H1.HeaderClassName
{
color: #B470C8;
}
.AnyTagClassName
{
color: #B470C8;
}
</style>
background-color css
<style>
a { background-color: #B470C8; }
a { background-color: rgb(180,112,200); }
div.DivClassName
{
background-color: #B470C8;
}
.BgClassName
{
background-color: #B470C8;
}
</style>
border-color css
<style>
span { border-color: #B470C8; }
span { border-color: rgb(180,112,200); }
td.TdClassName
{
border-color: #B470C8;
}
.TagClassName
{
border-color: #B470C8;
}
</style>