Shades of Medium Orchid #B96FE4
Tints of Medium Orchid #B96FE4
RGB
CMYK
RGB Variations
Color information
#B96FE4 (or 0xB96FE4) is known color: Medium Orchid. HEX triplet: B9, 6F and E4. RGB value is (185,111,228). Sum of RGB (Red+Green+Blue) = 185+111+228=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 228 (89.45% from 255 or 43.51% from 524); Max value from RGB is 228 - color contains mainly: blue. Hex color #B96FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96FE4 is #46901B. Grayscale: #929292. Windows color (decimal): -4624412 or 14970809. OLE color: 14970809.
HSL color Cylindrical-coordinate representation of color #B96FE4: hue angle of 277.95º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B96FE4 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 111 | 228 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.11 |
| HSL | 277.95º | 0.68% | 0.66% | - |
| HSV(B) | 277.95º | 0.51% | 0.89% | - |
| XYZ | 39.7 | 27.28 | 76.57 | - |
| YUV | 146.46 | 174.02 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 111 | 228 | 0.19 | 0.51 | 0 | 0.11 | 277.95 | 0.68 | 0.66 |
| Hex | B9 | 6F | E4 | 13 | 33 | 0 | B | 116 | 44 | 42 |
| Octal | 271 | 157 | 344 | 23 | 63 | 0 | 13 | 426 | 104 | 102 |
| Binary | 10111001 | 1101111 | 11100100 | 10011 | 110011 | 0 | 1011 | 100010110 | 1000100 | 1000010 |
Color Harmonies of #B96FE4
Complementary color
Monochromatic Colors of #B96FE4
Black with #B96FE4
Text Example
Text Example
White with #B96FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96FE4; }
p { color: rgb(185,111,228); }
H1.HeaderClassName
{
color: #B96FE4;
}
.AnyTagClassName
{
color: #B96FE4;
}
</style>
background-color css
<style>
a { background-color: #B96FE4; }
a { background-color: rgb(185,111,228); }
div.DivClassName
{
background-color: #B96FE4;
}
.BgClassName
{
background-color: #B96FE4;
}
</style>
border-color css
<style>
span { border-color: #B96FE4; }
span { border-color: rgb(185,111,228); }
td.TdClassName
{
border-color: #B96FE4;
}
.TagClassName
{
border-color: #B96FE4;
}
</style>