Shades of Medium Orchid #B447FB
Tints of Medium Orchid #B447FB
RGB
CMYK
RGB Variations
Color information
#B447FB (or 0xB447FB) is known color: Medium Orchid. HEX triplet: B4, 47 and FB. RGB value is (180,71,251). Sum of RGB (Red+Green+Blue) = 180+71+251=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 71 (28.12% from 255 or 14.14% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #B447FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B447FB is #4BB804. Grayscale: #7B7B7B. Windows color (decimal): -4962309 or 16467892. OLE color: 16467892.
HSL color Cylindrical-coordinate representation of color #B447FB: hue angle of 276.33º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B447FB is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 71 | 251 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.02 |
| HSL | 276.33º | 0.96% | 0.63% | - |
| HSV(B) | 276.33º | 0.72% | 0.98% | - |
| XYZ | 38.49 | 21.17 | 93.33 | - |
| YUV | 124.11 | 199.61 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 71 | 251 | 0.28 | 0.72 | 0 | 0.02 | 276.33 | 0.96 | 0.63 |
| Hex | B4 | 47 | FB | 1C | 48 | 0 | 2 | 114 | 60 | 3F |
| Octal | 264 | 107 | 373 | 34 | 110 | 0 | 2 | 424 | 140 | 77 |
| Binary | 10110100 | 1000111 | 11111011 | 11100 | 1001000 | 0 | 10 | 100010100 | 1100000 | 111111 |
Color Harmonies of #B447FB
Complementary color
Monochromatic Colors of #B447FB
Black with #B447FB
Text Example
Text Example
White with #B447FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B447FB; }
p { color: rgb(180,71,251); }
H1.HeaderClassName
{
color: #B447FB;
}
.AnyTagClassName
{
color: #B447FB;
}
</style>
background-color css
<style>
a { background-color: #B447FB; }
a { background-color: rgb(180,71,251); }
div.DivClassName
{
background-color: #B447FB;
}
.BgClassName
{
background-color: #B447FB;
}
</style>
border-color css
<style>
span { border-color: #B447FB; }
span { border-color: rgb(180,71,251); }
td.TdClassName
{
border-color: #B447FB;
}
.TagClassName
{
border-color: #B447FB;
}
</style>