Shades of Medium Orchid #B447E6
Tints of Medium Orchid #B447E6
RGB
CMYK
RGB Variations
Color information
#B447E6 (or 0xB447E6) is known color: Medium Orchid. HEX triplet: B4, 47 and E6. RGB value is (180,71,230). Sum of RGB (Red+Green+Blue) = 180+71+230=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 71 (28.12% from 255 or 14.76% from 481); Blue value is 230 (90.23% from 255 or 47.82% from 481); Max value from RGB is 230 - color contains mainly: blue. Hex color #B447E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B447E6 is #4BB819. Grayscale: #797979. Windows color (decimal): -4962330 or 15091636. OLE color: 15091636.
HSL color Cylindrical-coordinate representation of color #B447E6: hue angle of 281.13º degrees, saturation: 0.76, 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 #B447E6 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 71 | 230 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.10 |
| HSL | 281.13º | 0.76% | 0.59% | - |
| HSV(B) | 281.13º | 0.69% | 0.9% | - |
| XYZ | 35.36 | 19.92 | 76.84 | - |
| YUV | 121.72 | 189.11 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 71 | 230 | 0.22 | 0.69 | 0 | 0.10 | 281.13 | 0.76 | 0.59 |
| Hex | B4 | 47 | E6 | 16 | 45 | 0 | A | 119 | 4C | 3B |
| Octal | 264 | 107 | 346 | 26 | 105 | 0 | 12 | 431 | 114 | 73 |
| Binary | 10110100 | 1000111 | 11100110 | 10110 | 1000101 | 0 | 1010 | 100011001 | 1001100 | 111011 |
Color Harmonies of #B447E6
Complementary color
Monochromatic Colors of #B447E6
Black with #B447E6
Text Example
Text Example
White with #B447E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B447E6; }
p { color: rgb(180,71,230); }
H1.HeaderClassName
{
color: #B447E6;
}
.AnyTagClassName
{
color: #B447E6;
}
</style>
background-color css
<style>
a { background-color: #B447E6; }
a { background-color: rgb(180,71,230); }
div.DivClassName
{
background-color: #B447E6;
}
.BgClassName
{
background-color: #B447E6;
}
</style>
border-color css
<style>
span { border-color: #B447E6; }
span { border-color: rgb(180,71,230); }
td.TdClassName
{
border-color: #B447E6;
}
.TagClassName
{
border-color: #B447E6;
}
</style>