Shades of Medium Orchid #B36ACF
Tints of Medium Orchid #B36ACF
RGB
CMYK
RGB Variations
Color information
#B36ACF (or 0xB36ACF) is known color: Medium Orchid. HEX triplet: B3, 6A and CF. RGB value is (179,106,207). Sum of RGB (Red+Green+Blue) = 179+106+207=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #B36ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36ACF is #4C9530. Grayscale: #8B8B8B. Windows color (decimal): -5018929 or 13593267. OLE color: 13593267.
HSL color Cylindrical-coordinate representation of color #B36ACF: hue angle of 283.37º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B36ACF is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 106 | 207 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.19 |
| HSL | 283.37º | 0.51% | 0.61% | - |
| HSV(B) | 283.37º | 0.49% | 0.81% | - |
| XYZ | 35.01 | 24.4 | 61.9 | - |
| YUV | 139.34 | 166.18 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 106 | 207 | 0.14 | 0.49 | 0 | 0.19 | 283.37 | 0.51 | 0.61 |
| Hex | B3 | 6A | CF | E | 31 | 0 | 13 | 11B | 33 | 3D |
| Octal | 263 | 152 | 317 | 16 | 61 | 0 | 23 | 433 | 63 | 75 |
| Binary | 10110011 | 1101010 | 11001111 | 1110 | 110001 | 0 | 10011 | 100011011 | 110011 | 111101 |
Color Harmonies of #B36ACF
Complementary color
Monochromatic Colors of #B36ACF
Black with #B36ACF
Text Example
Text Example
White with #B36ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36ACF; }
p { color: rgb(179,106,207); }
H1.HeaderClassName
{
color: #B36ACF;
}
.AnyTagClassName
{
color: #B36ACF;
}
</style>
background-color css
<style>
a { background-color: #B36ACF; }
a { background-color: rgb(179,106,207); }
div.DivClassName
{
background-color: #B36ACF;
}
.BgClassName
{
background-color: #B36ACF;
}
</style>
border-color css
<style>
span { border-color: #B36ACF; }
span { border-color: rgb(179,106,207); }
td.TdClassName
{
border-color: #B36ACF;
}
.TagClassName
{
border-color: #B36ACF;
}
</style>