Shades of Medium Orchid #B36CCF
Tints of Medium Orchid #B36CCF
RGB
CMYK
RGB Variations
Color information
#B36CCF (or 0xB36CCF) is known color: Medium Orchid. HEX triplet: B3, 6C and CF. RGB value is (179,108,207). Sum of RGB (Red+Green+Blue) = 179+108+207=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #B36CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36CCF is #4C9330. Grayscale: #8C8C8C. Windows color (decimal): -5018417 or 13593779. OLE color: 13593779.
HSL color Cylindrical-coordinate representation of color #B36CCF: hue angle of 283.03º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B36CCF is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 108 | 207 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.19 |
| HSL | 283.03º | 0.51% | 0.62% | - |
| HSV(B) | 283.03º | 0.48% | 0.81% | - |
| XYZ | 35.22 | 24.81 | 61.96 | - |
| YUV | 140.52 | 165.52 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 108 | 207 | 0.14 | 0.48 | 0 | 0.19 | 283.03 | 0.51 | 0.62 |
| Hex | B3 | 6C | CF | E | 30 | 0 | 13 | 11B | 33 | 3E |
| Octal | 263 | 154 | 317 | 16 | 60 | 0 | 23 | 433 | 63 | 76 |
| Binary | 10110011 | 1101100 | 11001111 | 1110 | 110000 | 0 | 10011 | 100011011 | 110011 | 111110 |
Color Harmonies of #B36CCF
Complementary color
Monochromatic Colors of #B36CCF
Black with #B36CCF
Text Example
Text Example
White with #B36CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36CCF; }
p { color: rgb(179,108,207); }
H1.HeaderClassName
{
color: #B36CCF;
}
.AnyTagClassName
{
color: #B36CCF;
}
</style>
background-color css
<style>
a { background-color: #B36CCF; }
a { background-color: rgb(179,108,207); }
div.DivClassName
{
background-color: #B36CCF;
}
.BgClassName
{
background-color: #B36CCF;
}
</style>
border-color css
<style>
span { border-color: #B36CCF; }
span { border-color: rgb(179,108,207); }
td.TdClassName
{
border-color: #B36CCF;
}
.TagClassName
{
border-color: #B36CCF;
}
</style>