Shades of Medium Orchid #B936D1
Tints of Medium Orchid #B936D1
RGB
CMYK
RGB Variations
Color information
#B936D1 (or 0xB936D1) is known color: Medium Orchid. HEX triplet: B9, 36 and D1. RGB value is (185,54,209). Sum of RGB (Red+Green+Blue) = 185+54+209=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 54 (21.48% from 255 or 12.05% from 448); Blue value is 209 (82.03% from 255 or 46.65% from 448); Max value from RGB is 209 - color contains mainly: blue. Hex color #B936D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B936D1 is #46C92E. Grayscale: #6E6E6E. Windows color (decimal): -4639023 or 13711033. OLE color: 13711033.
HSL color Cylindrical-coordinate representation of color #B936D1: hue angle of 290.71º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B936D1 is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 54 | 209 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.18 |
| HSL | 290.71º | 0.63% | 0.52% | - |
| HSV(B) | 290.71º | 0.74% | 0.82% | - |
| XYZ | 32.84 | 17.56 | 61.98 | - |
| YUV | 110.84 | 183.4 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 54 | 209 | 0.11 | 0.74 | 0 | 0.18 | 290.71 | 0.63 | 0.52 |
| Hex | B9 | 36 | D1 | B | 4A | 0 | 12 | 123 | 3F | 34 |
| Octal | 271 | 66 | 321 | 13 | 112 | 0 | 22 | 443 | 77 | 64 |
| Binary | 10111001 | 110110 | 11010001 | 1011 | 1001010 | 0 | 10010 | 100100011 | 111111 | 110100 |
Color Harmonies of #B936D1
Complementary color
Monochromatic Colors of #B936D1
Black with #B936D1
Text Example
Text Example
White with #B936D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B936D1; }
p { color: rgb(185,54,209); }
H1.HeaderClassName
{
color: #B936D1;
}
.AnyTagClassName
{
color: #B936D1;
}
</style>
background-color css
<style>
a { background-color: #B936D1; }
a { background-color: rgb(185,54,209); }
div.DivClassName
{
background-color: #B936D1;
}
.BgClassName
{
background-color: #B936D1;
}
</style>
border-color css
<style>
span { border-color: #B936D1; }
span { border-color: rgb(185,54,209); }
td.TdClassName
{
border-color: #B936D1;
}
.TagClassName
{
border-color: #B936D1;
}
</style>