Shades of Medium Orchid #B745CE
Tints of Medium Orchid #B745CE
RGB
CMYK
RGB Variations
Color information
#B745CE (or 0xB745CE) is known color: Medium Orchid. HEX triplet: B7, 45 and CE. RGB value is (183,69,206). Sum of RGB (Red+Green+Blue) = 183+69+206=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 69 (27.34% from 255 or 15.07% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #B745CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B745CE is #48BA31. Grayscale: #767676. Windows color (decimal): -4766258 or 13518263. OLE color: 13518263.
HSL color Cylindrical-coordinate representation of color #B745CE: hue angle of 289.93º 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 #B745CE is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 69 | 206 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.19 |
| HSL | 289.93º | 0.58% | 0.54% | - |
| HSV(B) | 289.93º | 0.67% | 0.81% | - |
| XYZ | 32.8 | 18.78 | 60.29 | - |
| YUV | 118.7 | 177.27 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 69 | 206 | 0.11 | 0.67 | 0 | 0.19 | 289.93 | 0.58 | 0.54 |
| Hex | B7 | 45 | CE | B | 43 | 0 | 13 | 122 | 3A | 36 |
| Octal | 267 | 105 | 316 | 13 | 103 | 0 | 23 | 442 | 72 | 66 |
| Binary | 10110111 | 1000101 | 11001110 | 1011 | 1000011 | 0 | 10011 | 100100010 | 111010 | 110110 |
Color Harmonies of #B745CE
Complementary color
Monochromatic Colors of #B745CE
Black with #B745CE
Text Example
Text Example
White with #B745CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B745CE; }
p { color: rgb(183,69,206); }
H1.HeaderClassName
{
color: #B745CE;
}
.AnyTagClassName
{
color: #B745CE;
}
</style>
background-color css
<style>
a { background-color: #B745CE; }
a { background-color: rgb(183,69,206); }
div.DivClassName
{
background-color: #B745CE;
}
.BgClassName
{
background-color: #B745CE;
}
</style>
border-color css
<style>
span { border-color: #B745CE; }
span { border-color: rgb(183,69,206); }
td.TdClassName
{
border-color: #B745CE;
}
.TagClassName
{
border-color: #B745CE;
}
</style>