Shades of Medium Orchid #B247E5
Tints of Medium Orchid #B247E5
RGB
CMYK
RGB Variations
Color information
#B247E5 (or 0xB247E5) is known color: Medium Orchid. HEX triplet: B2, 47 and E5. RGB value is (178,71,229). Sum of RGB (Red+Green+Blue) = 178+71+229=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 71 (28.12% from 255 or 14.85% from 478); Blue value is 229 (89.84% from 255 or 47.91% from 478); Max value from RGB is 229 - color contains mainly: blue. Hex color #B247E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B247E5 is #4DB81A. Grayscale: #787878. Windows color (decimal): -5093403 or 15026098. OLE color: 15026098.
HSL color Cylindrical-coordinate representation of color #B247E5: hue angle of 280.63º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B247E5 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 71 | 229 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.10 |
| HSL | 280.63º | 0.75% | 0.59% | - |
| HSV(B) | 280.63º | 0.69% | 0.9% | - |
| XYZ | 34.76 | 19.63 | 76.09 | - |
| YUV | 121.01 | 188.95 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 71 | 229 | 0.22 | 0.69 | 0 | 0.10 | 280.63 | 0.75 | 0.59 |
| Hex | B2 | 47 | E5 | 16 | 45 | 0 | A | 119 | 4B | 3B |
| Octal | 262 | 107 | 345 | 26 | 105 | 0 | 12 | 431 | 113 | 73 |
| Binary | 10110010 | 1000111 | 11100101 | 10110 | 1000101 | 0 | 1010 | 100011001 | 1001011 | 111011 |
Color Harmonies of #B247E5
Complementary color
Monochromatic Colors of #B247E5
Black with #B247E5
Text Example
Text Example
White with #B247E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B247E5; }
p { color: rgb(178,71,229); }
H1.HeaderClassName
{
color: #B247E5;
}
.AnyTagClassName
{
color: #B247E5;
}
</style>
background-color css
<style>
a { background-color: #B247E5; }
a { background-color: rgb(178,71,229); }
div.DivClassName
{
background-color: #B247E5;
}
.BgClassName
{
background-color: #B247E5;
}
</style>
border-color css
<style>
span { border-color: #B247E5; }
span { border-color: rgb(178,71,229); }
td.TdClassName
{
border-color: #B247E5;
}
.TagClassName
{
border-color: #B247E5;
}
</style>