Shades of Medium Orchid #B736D0
Tints of Medium Orchid #B736D0
RGB
CMYK
RGB Variations
Color information
#B736D0 (or 0xB736D0) is known color: Medium Orchid. HEX triplet: B7, 36 and D0. RGB value is (183,54,208). Sum of RGB (Red+Green+Blue) = 183+54+208=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 54 (21.48% from 255 or 12.13% from 445); Blue value is 208 (81.64% from 255 or 46.74% from 445); Max value from RGB is 208 - color contains mainly: blue. Hex color #B736D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B736D0 is #48C92F. Grayscale: #6D6D6D. Windows color (decimal): -4770096 or 13645495. OLE color: 13645495.
HSL color Cylindrical-coordinate representation of color #B736D0: hue angle of 290.26º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B736D0 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 54 | 208 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.18 |
| HSL | 290.26º | 0.62% | 0.51% | - |
| HSV(B) | 290.26º | 0.74% | 0.82% | - |
| XYZ | 32.23 | 17.26 | 61.31 | - |
| YUV | 110.13 | 183.24 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 208 | 0.12 | 0.74 | 0 | 0.18 | 290.26 | 0.62 | 0.51 |
| Hex | B7 | 36 | D0 | C | 4A | 0 | 12 | 122 | 3E | 33 |
| Octal | 267 | 66 | 320 | 14 | 112 | 0 | 22 | 442 | 76 | 63 |
| Binary | 10110111 | 110110 | 11010000 | 1100 | 1001010 | 0 | 10010 | 100100010 | 111110 | 110011 |
Color Harmonies of #B736D0
Complementary color
Monochromatic Colors of #B736D0
Black with #B736D0
Text Example
Text Example
White with #B736D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B736D0; }
p { color: rgb(183,54,208); }
H1.HeaderClassName
{
color: #B736D0;
}
.AnyTagClassName
{
color: #B736D0;
}
</style>
background-color css
<style>
a { background-color: #B736D0; }
a { background-color: rgb(183,54,208); }
div.DivClassName
{
background-color: #B736D0;
}
.BgClassName
{
background-color: #B736D0;
}
</style>
border-color css
<style>
span { border-color: #B736D0; }
span { border-color: rgb(183,54,208); }
td.TdClassName
{
border-color: #B736D0;
}
.TagClassName
{
border-color: #B736D0;
}
</style>