Shades of Medium Orchid #B96ACF
Tints of Medium Orchid #B96ACF
RGB
CMYK
RGB Variations
Color information
#B96ACF (or 0xB96ACF) is known color: Medium Orchid. HEX triplet: B9, 6A and CF. RGB value is (185,106,207). Sum of RGB (Red+Green+Blue) = 185+106+207=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #B96ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96ACF is #469530. Grayscale: #8C8C8C. Windows color (decimal): -4625713 or 13593273. OLE color: 13593273.
HSL color Cylindrical-coordinate representation of color #B96ACF: hue angle of 286.93º 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 #B96ACF is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 106 | 207 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.19 |
| HSL | 286.93º | 0.51% | 0.61% | - |
| HSV(B) | 286.93º | 0.49% | 0.81% | - |
| XYZ | 36.42 | 25.13 | 61.96 | - |
| YUV | 141.14 | 165.17 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 106 | 207 | 0.11 | 0.49 | 0 | 0.19 | 286.93 | 0.51 | 0.61 |
| Hex | B9 | 6A | CF | B | 31 | 0 | 13 | 11F | 33 | 3D |
| Octal | 271 | 152 | 317 | 13 | 61 | 0 | 23 | 437 | 63 | 75 |
| Binary | 10111001 | 1101010 | 11001111 | 1011 | 110001 | 0 | 10011 | 100011111 | 110011 | 111101 |
Color Harmonies of #B96ACF
Complementary color
Monochromatic Colors of #B96ACF
Black with #B96ACF
Text Example
Text Example
White with #B96ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96ACF; }
p { color: rgb(185,106,207); }
H1.HeaderClassName
{
color: #B96ACF;
}
.AnyTagClassName
{
color: #B96ACF;
}
</style>
background-color css
<style>
a { background-color: #B96ACF; }
a { background-color: rgb(185,106,207); }
div.DivClassName
{
background-color: #B96ACF;
}
.BgClassName
{
background-color: #B96ACF;
}
</style>
border-color css
<style>
span { border-color: #B96ACF; }
span { border-color: rgb(185,106,207); }
td.TdClassName
{
border-color: #B96ACF;
}
.TagClassName
{
border-color: #B96ACF;
}
</style>