Shades of Medium Orchid #B470E5
Tints of Medium Orchid #B470E5
RGB
CMYK
RGB Variations
Color information
#B470E5 (or 0xB470E5) is known color: Medium Orchid. HEX triplet: B4, 70 and E5. RGB value is (180,112,229). Sum of RGB (Red+Green+Blue) = 180+112+229=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #B470E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B470E5 is #4B8F1A. Grayscale: #919191. Windows color (decimal): -4951835 or 15036596. OLE color: 15036596.
HSL color Cylindrical-coordinate representation of color #B470E5: hue angle of 274.87º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B470E5 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 112 | 229 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.10 |
| HSL | 274.87º | 0.69% | 0.67% | - |
| HSV(B) | 274.87º | 0.51% | 0.9% | - |
| XYZ | 38.76 | 26.95 | 77.29 | - |
| YUV | 145.67 | 175.03 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 112 | 229 | 0.21 | 0.51 | 0 | 0.10 | 274.87 | 0.69 | 0.67 |
| Hex | B4 | 70 | E5 | 15 | 33 | 0 | A | 113 | 45 | 43 |
| Octal | 264 | 160 | 345 | 25 | 63 | 0 | 12 | 423 | 105 | 103 |
| Binary | 10110100 | 1110000 | 11100101 | 10101 | 110011 | 0 | 1010 | 100010011 | 1000101 | 1000011 |
Color Harmonies of #B470E5
Complementary color
Monochromatic Colors of #B470E5
Black with #B470E5
Text Example
Text Example
White with #B470E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B470E5; }
p { color: rgb(180,112,229); }
H1.HeaderClassName
{
color: #B470E5;
}
.AnyTagClassName
{
color: #B470E5;
}
</style>
background-color css
<style>
a { background-color: #B470E5; }
a { background-color: rgb(180,112,229); }
div.DivClassName
{
background-color: #B470E5;
}
.BgClassName
{
background-color: #B470E5;
}
</style>
border-color css
<style>
span { border-color: #B470E5; }
span { border-color: rgb(180,112,229); }
td.TdClassName
{
border-color: #B470E5;
}
.TagClassName
{
border-color: #B470E5;
}
</style>