Shades of Medium Orchid #B470E7
Tints of Medium Orchid #B470E7
RGB
CMYK
RGB Variations
Color information
#B470E7 (or 0xB470E7) is known color: Medium Orchid. HEX triplet: B4, 70 and E7. RGB value is (180,112,231). Sum of RGB (Red+Green+Blue) = 180+112+231=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 112 (44.14% from 255 or 21.41% from 523); Blue value is 231 (90.62% from 255 or 44.17% from 523); Max value from RGB is 231 - color contains mainly: blue. Hex color #B470E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B470E7 is #4B8F18. Grayscale: #919191. Windows color (decimal): -4951833 or 15167668. OLE color: 15167668.
HSL color Cylindrical-coordinate representation of color #B470E7: hue angle of 274.29º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B470E7 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 112 | 231 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.09 |
| HSL | 274.29º | 0.71% | 0.67% | - |
| HSV(B) | 274.29º | 0.52% | 0.91% | - |
| XYZ | 39.04 | 27.06 | 78.77 | - |
| YUV | 145.9 | 176.03 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 112 | 231 | 0.22 | 0.52 | 0 | 0.09 | 274.29 | 0.71 | 0.67 |
| Hex | B4 | 70 | E7 | 16 | 34 | 0 | 9 | 112 | 47 | 43 |
| Octal | 264 | 160 | 347 | 26 | 64 | 0 | 11 | 422 | 107 | 103 |
| Binary | 10110100 | 1110000 | 11100111 | 10110 | 110100 | 0 | 1001 | 100010010 | 1000111 | 1000011 |
Color Harmonies of #B470E7
Complementary color
Monochromatic Colors of #B470E7
Black with #B470E7
Text Example
Text Example
White with #B470E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B470E7; }
p { color: rgb(180,112,231); }
H1.HeaderClassName
{
color: #B470E7;
}
.AnyTagClassName
{
color: #B470E7;
}
</style>
background-color css
<style>
a { background-color: #B470E7; }
a { background-color: rgb(180,112,231); }
div.DivClassName
{
background-color: #B470E7;
}
.BgClassName
{
background-color: #B470E7;
}
</style>
border-color css
<style>
span { border-color: #B470E7; }
span { border-color: rgb(180,112,231); }
td.TdClassName
{
border-color: #B470E7;
}
.TagClassName
{
border-color: #B470E7;
}
</style>