Shades of Medium Orchid #B447E4
Tints of Medium Orchid #B447E4
RGB
CMYK
RGB Variations
Color information
#B447E4 (or 0xB447E4) is known color: Medium Orchid. HEX triplet: B4, 47 and E4. RGB value is (180,71,228). Sum of RGB (Red+Green+Blue) = 180+71+228=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 71 (28.12% from 255 or 14.82% from 479); Blue value is 228 (89.45% from 255 or 47.60% from 479); Max value from RGB is 228 - color contains mainly: blue. Hex color #B447E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B447E4 is #4BB81B. Grayscale: #787878. Windows color (decimal): -4962332 or 14960564. OLE color: 14960564.
HSL color Cylindrical-coordinate representation of color #B447E4: hue angle of 281.66º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B447E4 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 71 | 228 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.11 |
| HSL | 281.66º | 0.74% | 0.59% | - |
| HSV(B) | 281.66º | 0.69% | 0.89% | - |
| XYZ | 35.08 | 19.81 | 75.37 | - |
| YUV | 121.49 | 188.11 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 71 | 228 | 0.21 | 0.69 | 0 | 0.11 | 281.66 | 0.74 | 0.59 |
| Hex | B4 | 47 | E4 | 15 | 45 | 0 | B | 11A | 4A | 3B |
| Octal | 264 | 107 | 344 | 25 | 105 | 0 | 13 | 432 | 112 | 73 |
| Binary | 10110100 | 1000111 | 11100100 | 10101 | 1000101 | 0 | 1011 | 100011010 | 1001010 | 111011 |
Color Harmonies of #B447E4
Complementary color
Monochromatic Colors of #B447E4
Black with #B447E4
Text Example
Text Example
White with #B447E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B447E4; }
p { color: rgb(180,71,228); }
H1.HeaderClassName
{
color: #B447E4;
}
.AnyTagClassName
{
color: #B447E4;
}
</style>
background-color css
<style>
a { background-color: #B447E4; }
a { background-color: rgb(180,71,228); }
div.DivClassName
{
background-color: #B447E4;
}
.BgClassName
{
background-color: #B447E4;
}
</style>
border-color css
<style>
span { border-color: #B447E4; }
span { border-color: rgb(180,71,228); }
td.TdClassName
{
border-color: #B447E4;
}
.TagClassName
{
border-color: #B447E4;
}
</style>