Shades of Medium Orchid #B65DE8
Tints of Medium Orchid #B65DE8
RGB
CMYK
RGB Variations
Color information
#B65DE8 (or 0xB65DE8) is known color: Medium Orchid. HEX triplet: B6, 5D and E8. RGB value is (182,93,232). Sum of RGB (Red+Green+Blue) = 182+93+232=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 232 (91.02% from 255 or 45.76% from 507); Max value from RGB is 232 - color contains mainly: blue. Hex color #B65DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65DE8 is #49A217. Grayscale: #868686. Windows color (decimal): -4825624 or 15228342. OLE color: 15228342.
HSL color Cylindrical-coordinate representation of color #B65DE8: hue angle of 278.42º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B65DE8 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 93 | 232 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.09 |
| HSL | 278.42º | 0.75% | 0.64% | - |
| HSV(B) | 278.42º | 0.6% | 0.91% | - |
| XYZ | 37.77 | 23.6 | 78.91 | - |
| YUV | 135.46 | 182.49 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 93 | 232 | 0.22 | 0.60 | 0 | 0.09 | 278.42 | 0.75 | 0.64 |
| Hex | B6 | 5D | E8 | 16 | 3C | 0 | 9 | 116 | 4B | 40 |
| Octal | 266 | 135 | 350 | 26 | 74 | 0 | 11 | 426 | 113 | 100 |
| Binary | 10110110 | 1011101 | 11101000 | 10110 | 111100 | 0 | 1001 | 100010110 | 1001011 | 1000000 |
Color Harmonies of #B65DE8
Complementary color
Monochromatic Colors of #B65DE8
Black with #B65DE8
Text Example
Text Example
White with #B65DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65DE8; }
p { color: rgb(182,93,232); }
H1.HeaderClassName
{
color: #B65DE8;
}
.AnyTagClassName
{
color: #B65DE8;
}
</style>
background-color css
<style>
a { background-color: #B65DE8; }
a { background-color: rgb(182,93,232); }
div.DivClassName
{
background-color: #B65DE8;
}
.BgClassName
{
background-color: #B65DE8;
}
</style>
border-color css
<style>
span { border-color: #B65DE8; }
span { border-color: rgb(182,93,232); }
td.TdClassName
{
border-color: #B65DE8;
}
.TagClassName
{
border-color: #B65DE8;
}
</style>