Shades of Medium Orchid #B044C6
Tints of Medium Orchid #B044C6
RGB
CMYK
RGB Variations
Color information
#B044C6 (or 0xB044C6) is known color: Medium Orchid. HEX triplet: B0, 44 and C6. RGB value is (176,68,198). Sum of RGB (Red+Green+Blue) = 176+68+198=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 68 (26.95% from 255 or 15.38% from 442); Blue value is 198 (77.73% from 255 or 44.80% from 442); Max value from RGB is 198 - color contains mainly: blue. Hex color #B044C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B044C6 is #4FBB39. Grayscale: #727272. Windows color (decimal): -5225274 or 12993712. OLE color: 12993712.
HSL color Cylindrical-coordinate representation of color #B044C6: hue angle of 289.85º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B044C6 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 68 | 198 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.22 |
| HSL | 289.85º | 0.53% | 0.52% | - |
| HSV(B) | 289.85º | 0.66% | 0.78% | - |
| XYZ | 30.16 | 17.44 | 55.2 | - |
| YUV | 115.11 | 174.78 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 198 | 0.11 | 0.66 | 0 | 0.22 | 289.85 | 0.53 | 0.52 |
| Hex | B0 | 44 | C6 | B | 42 | 0 | 16 | 122 | 35 | 34 |
| Octal | 260 | 104 | 306 | 13 | 102 | 0 | 26 | 442 | 65 | 64 |
| Binary | 10110000 | 1000100 | 11000110 | 1011 | 1000010 | 0 | 10110 | 100100010 | 110101 | 110100 |
Color Harmonies of #B044C6
Complementary color
Monochromatic Colors of #B044C6
Black with #B044C6
Text Example
Text Example
White with #B044C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B044C6; }
p { color: rgb(176,68,198); }
H1.HeaderClassName
{
color: #B044C6;
}
.AnyTagClassName
{
color: #B044C6;
}
</style>
background-color css
<style>
a { background-color: #B044C6; }
a { background-color: rgb(176,68,198); }
div.DivClassName
{
background-color: #B044C6;
}
.BgClassName
{
background-color: #B044C6;
}
</style>
border-color css
<style>
span { border-color: #B044C6; }
span { border-color: rgb(176,68,198); }
td.TdClassName
{
border-color: #B044C6;
}
.TagClassName
{
border-color: #B044C6;
}
</style>