Shades of Medium Orchid #B044CA
Tints of Medium Orchid #B044CA
RGB
CMYK
RGB Variations
Color information
#B044CA (or 0xB044CA) is known color: Medium Orchid. HEX triplet: B0, 44 and CA. RGB value is (176,68,202). Sum of RGB (Red+Green+Blue) = 176+68+202=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #B044CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B044CA is #4FBB35. Grayscale: #737373. Windows color (decimal): -5225270 or 13255856. OLE color: 13255856.
HSL color Cylindrical-coordinate representation of color #B044CA: hue angle of 288.36º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B044CA is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 68 | 202 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.21 |
| HSL | 288.36º | 0.56% | 0.53% | - |
| HSV(B) | 288.36º | 0.66% | 0.79% | - |
| XYZ | 30.63 | 17.63 | 57.67 | - |
| YUV | 115.57 | 176.78 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 202 | 0.13 | 0.66 | 0 | 0.21 | 288.36 | 0.56 | 0.53 |
| Hex | B0 | 44 | CA | D | 42 | 0 | 15 | 120 | 38 | 35 |
| Octal | 260 | 104 | 312 | 15 | 102 | 0 | 25 | 440 | 70 | 65 |
| Binary | 10110000 | 1000100 | 11001010 | 1101 | 1000010 | 0 | 10101 | 100100000 | 111000 | 110101 |
Color Harmonies of #B044CA
Complementary color
Monochromatic Colors of #B044CA
Black with #B044CA
Text Example
Text Example
White with #B044CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B044CA; }
p { color: rgb(176,68,202); }
H1.HeaderClassName
{
color: #B044CA;
}
.AnyTagClassName
{
color: #B044CA;
}
</style>
background-color css
<style>
a { background-color: #B044CA; }
a { background-color: rgb(176,68,202); }
div.DivClassName
{
background-color: #B044CA;
}
.BgClassName
{
background-color: #B044CA;
}
</style>
border-color css
<style>
span { border-color: #B044CA; }
span { border-color: rgb(176,68,202); }
td.TdClassName
{
border-color: #B044CA;
}
.TagClassName
{
border-color: #B044CA;
}
</style>