Shades of Medium Orchid #B449CF
Tints of Medium Orchid #B449CF
RGB
CMYK
RGB Variations
Color information
#B449CF (or 0xB449CF) is known color: Medium Orchid. HEX triplet: B4, 49 and CF. RGB value is (180,73,207). Sum of RGB (Red+Green+Blue) = 180+73+207=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #B449CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B449CF is #4BB630. Grayscale: #777777. Windows color (decimal): -4961841 or 13584820. OLE color: 13584820.
HSL color Cylindrical-coordinate representation of color #B449CF: hue angle of 287.91º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B449CF is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 73 | 207 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.19 |
| HSL | 287.91º | 0.58% | 0.55% | - |
| HSV(B) | 287.91º | 0.65% | 0.81% | - |
| XYZ | 32.47 | 18.97 | 60.98 | - |
| YUV | 120.27 | 176.95 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 73 | 207 | 0.13 | 0.65 | 0 | 0.19 | 287.91 | 0.58 | 0.55 |
| Hex | B4 | 49 | CF | D | 41 | 0 | 13 | 120 | 3A | 37 |
| Octal | 264 | 111 | 317 | 15 | 101 | 0 | 23 | 440 | 72 | 67 |
| Binary | 10110100 | 1001001 | 11001111 | 1101 | 1000001 | 0 | 10011 | 100100000 | 111010 | 110111 |
Color Harmonies of #B449CF
Complementary color
Monochromatic Colors of #B449CF
Black with #B449CF
Text Example
Text Example
White with #B449CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B449CF; }
p { color: rgb(180,73,207); }
H1.HeaderClassName
{
color: #B449CF;
}
.AnyTagClassName
{
color: #B449CF;
}
</style>
background-color css
<style>
a { background-color: #B449CF; }
a { background-color: rgb(180,73,207); }
div.DivClassName
{
background-color: #B449CF;
}
.BgClassName
{
background-color: #B449CF;
}
</style>
border-color css
<style>
span { border-color: #B449CF; }
span { border-color: rgb(180,73,207); }
td.TdClassName
{
border-color: #B449CF;
}
.TagClassName
{
border-color: #B449CF;
}
</style>