Shades of Medium Orchid #B044CF
Tints of Medium Orchid #B044CF
RGB
CMYK
RGB Variations
Color information
#B044CF (or 0xB044CF) is known color: Medium Orchid. HEX triplet: B0, 44 and CF. RGB value is (176,68,207). Sum of RGB (Red+Green+Blue) = 176+68+207=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 68 (26.95% from 255 or 15.08% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #B044CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B044CF is #4FBB30. Grayscale: #737373. Windows color (decimal): -5225265 or 13583536. OLE color: 13583536.
HSL color Cylindrical-coordinate representation of color #B044CF: hue angle of 286.62º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B044CF is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 68 | 207 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.19 |
| HSL | 286.62º | 0.59% | 0.54% | - |
| HSV(B) | 286.62º | 0.67% | 0.81% | - |
| XYZ | 31.23 | 17.87 | 60.83 | - |
| YUV | 116.14 | 179.28 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 207 | 0.15 | 0.67 | 0 | 0.19 | 286.62 | 0.59 | 0.54 |
| Hex | B0 | 44 | CF | F | 43 | 0 | 13 | 11F | 3B | 36 |
| Octal | 260 | 104 | 317 | 17 | 103 | 0 | 23 | 437 | 73 | 66 |
| Binary | 10110000 | 1000100 | 11001111 | 1111 | 1000011 | 0 | 10011 | 100011111 | 111011 | 110110 |
Color Harmonies of #B044CF
Complementary color
Monochromatic Colors of #B044CF
Black with #B044CF
Text Example
Text Example
White with #B044CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B044CF; }
p { color: rgb(176,68,207); }
H1.HeaderClassName
{
color: #B044CF;
}
.AnyTagClassName
{
color: #B044CF;
}
</style>
background-color css
<style>
a { background-color: #B044CF; }
a { background-color: rgb(176,68,207); }
div.DivClassName
{
background-color: #B044CF;
}
.BgClassName
{
background-color: #B044CF;
}
</style>
border-color css
<style>
span { border-color: #B044CF; }
span { border-color: rgb(176,68,207); }
td.TdClassName
{
border-color: #B044CF;
}
.TagClassName
{
border-color: #B044CF;
}
</style>