Shades of Medium Orchid #B445C8
Tints of Medium Orchid #B445C8
RGB
CMYK
RGB Variations
Color information
#B445C8 (or 0xB445C8) is known color: Medium Orchid. HEX triplet: B4, 45 and C8. RGB value is (180,69,200). Sum of RGB (Red+Green+Blue) = 180+69+200=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 69 (27.34% from 255 or 15.37% from 449); Blue value is 200 (78.52% from 255 or 44.54% from 449); Max value from RGB is 200 - color contains mainly: blue. Hex color #B445C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B445C8 is #4BBA37. Grayscale: #747474. Windows color (decimal): -4962872 or 13125044. OLE color: 13125044.
HSL color Cylindrical-coordinate representation of color #B445C8: hue angle of 290.84º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B445C8 is Cyan = 0.1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 69 | 200 | - |
| CMYK | 0.1 | 0.66 | 0 | 0.22 |
| HSL | 290.84º | 0.54% | 0.53% | - |
| HSV(B) | 290.84º | 0.66% | 0.78% | - |
| XYZ | 31.38 | 18.13 | 56.49 | - |
| YUV | 117.12 | 174.77 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 69 | 200 | 0.1 | 0.66 | 0 | 0.22 | 290.84 | 0.54 | 0.53 |
| Hex | B4 | 45 | C8 | A | 42 | 0 | 16 | 123 | 36 | 35 |
| Octal | 264 | 105 | 310 | 12 | 102 | 0 | 26 | 443 | 66 | 65 |
| Binary | 10110100 | 1000101 | 11001000 | 1010 | 1000010 | 0 | 10110 | 100100011 | 110110 | 110101 |
Color Harmonies of #B445C8
Complementary color
Monochromatic Colors of #B445C8
Black with #B445C8
Text Example
Text Example
White with #B445C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B445C8; }
p { color: rgb(180,69,200); }
H1.HeaderClassName
{
color: #B445C8;
}
.AnyTagClassName
{
color: #B445C8;
}
</style>
background-color css
<style>
a { background-color: #B445C8; }
a { background-color: rgb(180,69,200); }
div.DivClassName
{
background-color: #B445C8;
}
.BgClassName
{
background-color: #B445C8;
}
</style>
border-color css
<style>
span { border-color: #B445C8; }
span { border-color: rgb(180,69,200); }
td.TdClassName
{
border-color: #B445C8;
}
.TagClassName
{
border-color: #B445C8;
}
</style>