Shades of Medium Orchid #B36BD2
Tints of Medium Orchid #B36BD2
RGB
CMYK
RGB Variations
Color information
#B36BD2 (or 0xB36BD2) is known color: Medium Orchid. HEX triplet: B3, 6B and D2. RGB value is (179,107,210). Sum of RGB (Red+Green+Blue) = 179+107+210=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 107 (42.19% from 255 or 21.57% from 496); Blue value is 210 (82.42% from 255 or 42.34% from 496); Max value from RGB is 210 - color contains mainly: blue. Hex color #B36BD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36BD2 is #4C942D. Grayscale: #8B8B8B. Windows color (decimal): -5018670 or 13790131. OLE color: 13790131.
HSL color Cylindrical-coordinate representation of color #B36BD2: hue angle of 281.94º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B36BD2 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 107 | 210 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.18 |
| HSL | 281.94º | 0.53% | 0.62% | - |
| HSV(B) | 281.94º | 0.49% | 0.82% | - |
| XYZ | 35.48 | 24.75 | 63.88 | - |
| YUV | 140.27 | 167.35 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 107 | 210 | 0.15 | 0.49 | 0 | 0.18 | 281.94 | 0.53 | 0.62 |
| Hex | B3 | 6B | D2 | F | 31 | 0 | 12 | 11A | 35 | 3E |
| Octal | 263 | 153 | 322 | 17 | 61 | 0 | 22 | 432 | 65 | 76 |
| Binary | 10110011 | 1101011 | 11010010 | 1111 | 110001 | 0 | 10010 | 100011010 | 110101 | 111110 |
Color Harmonies of #B36BD2
Complementary color
Monochromatic Colors of #B36BD2
Black with #B36BD2
Text Example
Text Example
White with #B36BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36BD2; }
p { color: rgb(179,107,210); }
H1.HeaderClassName
{
color: #B36BD2;
}
.AnyTagClassName
{
color: #B36BD2;
}
</style>
background-color css
<style>
a { background-color: #B36BD2; }
a { background-color: rgb(179,107,210); }
div.DivClassName
{
background-color: #B36BD2;
}
.BgClassName
{
background-color: #B36BD2;
}
</style>
border-color css
<style>
span { border-color: #B36BD2; }
span { border-color: rgb(179,107,210); }
td.TdClassName
{
border-color: #B36BD2;
}
.TagClassName
{
border-color: #B36BD2;
}
</style>