Shades of Medium Orchid #B96BEA
Tints of Medium Orchid #B96BEA
RGB
CMYK
RGB Variations
Color information
#B96BEA (or 0xB96BEA) is known color: Medium Orchid. HEX triplet: B9, 6B and EA. RGB value is (185,107,234). Sum of RGB (Red+Green+Blue) = 185+107+234=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 107 (42.19% from 255 or 20.34% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #B96BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96BEA is #469415. Grayscale: #909090. Windows color (decimal): -4625430 or 15363001. OLE color: 15363001.
HSL color Cylindrical-coordinate representation of color #B96BEA: hue angle of 276.85º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B96BEA is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 107 | 234 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.08 |
| HSL | 276.85º | 0.75% | 0.67% | - |
| HSV(B) | 276.85º | 0.54% | 0.92% | - |
| XYZ | 40.12 | 26.77 | 80.89 | - |
| YUV | 144.8 | 178.34 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 107 | 234 | 0.21 | 0.54 | 0 | 0.08 | 276.85 | 0.75 | 0.67 |
| Hex | B9 | 6B | EA | 15 | 36 | 0 | 8 | 115 | 4B | 43 |
| Octal | 271 | 153 | 352 | 25 | 66 | 0 | 10 | 425 | 113 | 103 |
| Binary | 10111001 | 1101011 | 11101010 | 10101 | 110110 | 0 | 1000 | 100010101 | 1001011 | 1000011 |
Color Harmonies of #B96BEA
Complementary color
Monochromatic Colors of #B96BEA
Black with #B96BEA
Text Example
Text Example
White with #B96BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96BEA; }
p { color: rgb(185,107,234); }
H1.HeaderClassName
{
color: #B96BEA;
}
.AnyTagClassName
{
color: #B96BEA;
}
</style>
background-color css
<style>
a { background-color: #B96BEA; }
a { background-color: rgb(185,107,234); }
div.DivClassName
{
background-color: #B96BEA;
}
.BgClassName
{
background-color: #B96BEA;
}
</style>
border-color css
<style>
span { border-color: #B96BEA; }
span { border-color: rgb(185,107,234); }
td.TdClassName
{
border-color: #B96BEA;
}
.TagClassName
{
border-color: #B96BEA;
}
</style>