Shades of Medium Orchid #B96FE1
Tints of Medium Orchid #B96FE1
RGB
CMYK
RGB Variations
Color information
#B96FE1 (or 0xB96FE1) is known color: Medium Orchid. HEX triplet: B9, 6F and E1. RGB value is (185,111,225). Sum of RGB (Red+Green+Blue) = 185+111+225=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #B96FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96FE1 is #46901E. Grayscale: #919191. Windows color (decimal): -4624415 or 14774201. OLE color: 14774201.
HSL color Cylindrical-coordinate representation of color #B96FE1: hue angle of 278.95º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B96FE1 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 111 | 225 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.12 |
| HSL | 278.95º | 0.66% | 0.66% | - |
| HSV(B) | 278.95º | 0.51% | 0.88% | - |
| XYZ | 39.28 | 27.12 | 74.4 | - |
| YUV | 146.12 | 172.52 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 111 | 225 | 0.18 | 0.51 | 0 | 0.12 | 278.95 | 0.66 | 0.66 |
| Hex | B9 | 6F | E1 | 12 | 33 | 0 | C | 117 | 42 | 42 |
| Octal | 271 | 157 | 341 | 22 | 63 | 0 | 14 | 427 | 102 | 102 |
| Binary | 10111001 | 1101111 | 11100001 | 10010 | 110011 | 0 | 1100 | 100010111 | 1000010 | 1000010 |
Color Harmonies of #B96FE1
Complementary color
Monochromatic Colors of #B96FE1
Black with #B96FE1
Text Example
Text Example
White with #B96FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96FE1; }
p { color: rgb(185,111,225); }
H1.HeaderClassName
{
color: #B96FE1;
}
.AnyTagClassName
{
color: #B96FE1;
}
</style>
background-color css
<style>
a { background-color: #B96FE1; }
a { background-color: rgb(185,111,225); }
div.DivClassName
{
background-color: #B96FE1;
}
.BgClassName
{
background-color: #B96FE1;
}
</style>
border-color css
<style>
span { border-color: #B96FE1; }
span { border-color: rgb(185,111,225); }
td.TdClassName
{
border-color: #B96FE1;
}
.TagClassName
{
border-color: #B96FE1;
}
</style>