Shades of Medium Orchid #B36CED
Tints of Medium Orchid #B36CED
RGB
CMYK
RGB Variations
Color information
#B36CED (or 0xB36CED) is known color: Medium Orchid. HEX triplet: B3, 6C and ED. RGB value is (179,108,237). Sum of RGB (Red+Green+Blue) = 179+108+237=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #B36CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B36CED is #4C9312. Grayscale: #8F8F8F. Windows color (decimal): -5018387 or 15559859. OLE color: 15559859.
HSL color Cylindrical-coordinate representation of color #B36CED: hue angle of 273.02º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B36CED is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 108 | 237 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.07 |
| HSL | 273.02º | 0.78% | 0.68% | - |
| HSV(B) | 273.02º | 0.54% | 0.93% | - |
| XYZ | 39.24 | 26.42 | 83.15 | - |
| YUV | 143.94 | 180.52 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 108 | 237 | 0.24 | 0.54 | 0 | 0.07 | 273.02 | 0.78 | 0.68 |
| Hex | B3 | 6C | ED | 18 | 36 | 0 | 7 | 111 | 4E | 44 |
| Octal | 263 | 154 | 355 | 30 | 66 | 0 | 7 | 421 | 116 | 104 |
| Binary | 10110011 | 1101100 | 11101101 | 11000 | 110110 | 0 | 111 | 100010001 | 1001110 | 1000100 |
Color Harmonies of #B36CED
Complementary color
Monochromatic Colors of #B36CED
Black with #B36CED
Text Example
Text Example
White with #B36CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36CED; }
p { color: rgb(179,108,237); }
H1.HeaderClassName
{
color: #B36CED;
}
.AnyTagClassName
{
color: #B36CED;
}
</style>
background-color css
<style>
a { background-color: #B36CED; }
a { background-color: rgb(179,108,237); }
div.DivClassName
{
background-color: #B36CED;
}
.BgClassName
{
background-color: #B36CED;
}
</style>
border-color css
<style>
span { border-color: #B36CED; }
span { border-color: rgb(179,108,237); }
td.TdClassName
{
border-color: #B36CED;
}
.TagClassName
{
border-color: #B36CED;
}
</style>