Shades of Medium Orchid #B445CE
Tints of Medium Orchid #B445CE
RGB
CMYK
RGB Variations
Color information
#B445CE (or 0xB445CE) is known color: Medium Orchid. HEX triplet: B4, 45 and CE. RGB value is (180,69,206). Sum of RGB (Red+Green+Blue) = 180+69+206=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #B445CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B445CE is #4BBA31. Grayscale: #757575. Windows color (decimal): -4962866 or 13518260. OLE color: 13518260.
HSL color Cylindrical-coordinate representation of color #B445CE: hue angle of 288.61º degrees, saturation: 0.58, 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 #B445CE is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 69 | 206 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.19 |
| HSL | 288.61º | 0.58% | 0.54% | - |
| HSV(B) | 288.61º | 0.67% | 0.81% | - |
| XYZ | 32.09 | 18.42 | 60.26 | - |
| YUV | 117.81 | 177.77 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 69 | 206 | 0.13 | 0.67 | 0 | 0.19 | 288.61 | 0.58 | 0.54 |
| Hex | B4 | 45 | CE | D | 43 | 0 | 13 | 121 | 3A | 36 |
| Octal | 264 | 105 | 316 | 15 | 103 | 0 | 23 | 441 | 72 | 66 |
| Binary | 10110100 | 1000101 | 11001110 | 1101 | 1000011 | 0 | 10011 | 100100001 | 111010 | 110110 |
Color Harmonies of #B445CE
Complementary color
Monochromatic Colors of #B445CE
Black with #B445CE
Text Example
Text Example
White with #B445CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B445CE; }
p { color: rgb(180,69,206); }
H1.HeaderClassName
{
color: #B445CE;
}
.AnyTagClassName
{
color: #B445CE;
}
</style>
background-color css
<style>
a { background-color: #B445CE; }
a { background-color: rgb(180,69,206); }
div.DivClassName
{
background-color: #B445CE;
}
.BgClassName
{
background-color: #B445CE;
}
</style>
border-color css
<style>
span { border-color: #B445CE; }
span { border-color: rgb(180,69,206); }
td.TdClassName
{
border-color: #B445CE;
}
.TagClassName
{
border-color: #B445CE;
}
</style>