Shades of Medium Orchid #B447FE
Tints of Medium Orchid #B447FE
RGB
CMYK
RGB Variations
Color information
#B447FE (or 0xB447FE) is known color: Medium Orchid. HEX triplet: B4, 47 and FE. RGB value is (180,71,254). Sum of RGB (Red+Green+Blue) = 180+71+254=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 71 (28.12% from 255 or 14.06% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #B447FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B447FE is #4BB801. Grayscale: #7B7B7B. Windows color (decimal): -4962306 or 16664500. OLE color: 16664500.
HSL color Cylindrical-coordinate representation of color #B447FE: hue angle of 275.74º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B447FE is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 71 | 254 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.00 |
| HSL | 275.74º | 0.99% | 0.64% | - |
| HSV(B) | 275.74º | 0.72% | 1% | - |
| XYZ | 38.97 | 21.37 | 95.84 | - |
| YUV | 124.45 | 201.11 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 71 | 254 | 0.29 | 0.72 | 0 | 0.00 | 275.74 | 0.99 | 0.64 |
| Hex | B4 | 47 | FE | 1D | 48 | 0 | 0 | 114 | 63 | 40 |
| Octal | 264 | 107 | 376 | 35 | 110 | 0 | 0 | 424 | 143 | 100 |
| Binary | 10110100 | 1000111 | 11111110 | 11101 | 1001000 | 0 | 0 | 100010100 | 1100011 | 1000000 |
Color Harmonies of #B447FE
Complementary color
Monochromatic Colors of #B447FE
Black with #B447FE
Text Example
Text Example
White with #B447FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B447FE; }
p { color: rgb(180,71,254); }
H1.HeaderClassName
{
color: #B447FE;
}
.AnyTagClassName
{
color: #B447FE;
}
</style>
background-color css
<style>
a { background-color: #B447FE; }
a { background-color: rgb(180,71,254); }
div.DivClassName
{
background-color: #B447FE;
}
.BgClassName
{
background-color: #B447FE;
}
</style>
border-color css
<style>
span { border-color: #B447FE; }
span { border-color: rgb(180,71,254); }
td.TdClassName
{
border-color: #B447FE;
}
.TagClassName
{
border-color: #B447FE;
}
</style>