Shades of Medium Orchid #B96FDA
Tints of Medium Orchid #B96FDA
RGB
CMYK
RGB Variations
Color information
#B96FDA (or 0xB96FDA) is known color: Medium Orchid. HEX triplet: B9, 6F and DA. RGB value is (185,111,218). Sum of RGB (Red+Green+Blue) = 185+111+218=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #B96FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96FDA is #469025. Grayscale: #909090. Windows color (decimal): -4624422 or 14315449. OLE color: 14315449.
HSL color Cylindrical-coordinate representation of color #B96FDA: hue angle of 281.5º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B96FDA is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 111 | 218 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.15 |
| HSL | 281.5º | 0.59% | 0.65% | - |
| HSV(B) | 281.5º | 0.49% | 0.85% | - |
| XYZ | 38.35 | 26.75 | 69.47 | - |
| YUV | 145.32 | 169.02 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 111 | 218 | 0.15 | 0.49 | 0 | 0.15 | 281.5 | 0.59 | 0.65 |
| Hex | B9 | 6F | DA | F | 31 | 0 | F | 119 | 3B | 41 |
| Octal | 271 | 157 | 332 | 17 | 61 | 0 | 17 | 431 | 73 | 101 |
| Binary | 10111001 | 1101111 | 11011010 | 1111 | 110001 | 0 | 1111 | 100011001 | 111011 | 1000001 |
Color Harmonies of #B96FDA
Complementary color
Monochromatic Colors of #B96FDA
Black with #B96FDA
Text Example
Text Example
White with #B96FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96FDA; }
p { color: rgb(185,111,218); }
H1.HeaderClassName
{
color: #B96FDA;
}
.AnyTagClassName
{
color: #B96FDA;
}
</style>
background-color css
<style>
a { background-color: #B96FDA; }
a { background-color: rgb(185,111,218); }
div.DivClassName
{
background-color: #B96FDA;
}
.BgClassName
{
background-color: #B96FDA;
}
</style>
border-color css
<style>
span { border-color: #B96FDA; }
span { border-color: rgb(185,111,218); }
td.TdClassName
{
border-color: #B96FDA;
}
.TagClassName
{
border-color: #B96FDA;
}
</style>