Shades of Medium Orchid #B736D4
Tints of Medium Orchid #B736D4
RGB
CMYK
RGB Variations
Color information
#B736D4 (or 0xB736D4) is known color: Medium Orchid. HEX triplet: B7, 36 and D4. RGB value is (183,54,212). Sum of RGB (Red+Green+Blue) = 183+54+212=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 54 (21.48% from 255 or 12.03% from 449); Blue value is 212 (83.20% from 255 or 47.22% from 449); Max value from RGB is 212 - color contains mainly: blue. Hex color #B736D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B736D4 is #48C92B. Grayscale: #6E6E6E. Windows color (decimal): -4770092 or 13907639. OLE color: 13907639.
HSL color Cylindrical-coordinate representation of color #B736D4: hue angle of 288.99º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B736D4 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 54 | 212 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.17 |
| HSL | 288.99º | 0.65% | 0.52% | - |
| HSV(B) | 288.99º | 0.75% | 0.83% | - |
| XYZ | 32.73 | 17.46 | 63.93 | - |
| YUV | 110.58 | 185.24 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 212 | 0.14 | 0.75 | 0 | 0.17 | 288.99 | 0.65 | 0.52 |
| Hex | B7 | 36 | D4 | E | 4B | 0 | 11 | 121 | 41 | 34 |
| Octal | 267 | 66 | 324 | 16 | 113 | 0 | 21 | 441 | 101 | 64 |
| Binary | 10110111 | 110110 | 11010100 | 1110 | 1001011 | 0 | 10001 | 100100001 | 1000001 | 110100 |
Color Harmonies of #B736D4
Complementary color
Monochromatic Colors of #B736D4
Black with #B736D4
Text Example
Text Example
White with #B736D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B736D4; }
p { color: rgb(183,54,212); }
H1.HeaderClassName
{
color: #B736D4;
}
.AnyTagClassName
{
color: #B736D4;
}
</style>
background-color css
<style>
a { background-color: #B736D4; }
a { background-color: rgb(183,54,212); }
div.DivClassName
{
background-color: #B736D4;
}
.BgClassName
{
background-color: #B736D4;
}
</style>
border-color css
<style>
span { border-color: #B736D4; }
span { border-color: rgb(183,54,212); }
td.TdClassName
{
border-color: #B736D4;
}
.TagClassName
{
border-color: #B736D4;
}
</style>