Shades of Medium Orchid #B655DF
Tints of Medium Orchid #B655DF
RGB
CMYK
RGB Variations
Color information
#B655DF (or 0xB655DF) is known color: Medium Orchid. HEX triplet: B6, 55 and DF. RGB value is (182,85,223). Sum of RGB (Red+Green+Blue) = 182+85+223=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #B655DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B655DF is #49AA20. Grayscale: #818181. Windows color (decimal): -4827681 or 14636470. OLE color: 14636470.
HSL color Cylindrical-coordinate representation of color #B655DF: hue angle of 282.17º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B655DF is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 85 | 223 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.13 |
| HSL | 282.17º | 0.68% | 0.6% | - |
| HSV(B) | 282.17º | 0.62% | 0.87% | - |
| XYZ | 35.86 | 21.77 | 72.12 | - |
| YUV | 129.74 | 180.64 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 85 | 223 | 0.18 | 0.62 | 0 | 0.13 | 282.17 | 0.68 | 0.6 |
| Hex | B6 | 55 | DF | 12 | 3E | 0 | D | 11A | 44 | 3C |
| Octal | 266 | 125 | 337 | 22 | 76 | 0 | 15 | 432 | 104 | 74 |
| Binary | 10110110 | 1010101 | 11011111 | 10010 | 111110 | 0 | 1101 | 100011010 | 1000100 | 111100 |
Color Harmonies of #B655DF
Complementary color
Monochromatic Colors of #B655DF
Black with #B655DF
Text Example
Text Example
White with #B655DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B655DF; }
p { color: rgb(182,85,223); }
H1.HeaderClassName
{
color: #B655DF;
}
.AnyTagClassName
{
color: #B655DF;
}
</style>
background-color css
<style>
a { background-color: #B655DF; }
a { background-color: rgb(182,85,223); }
div.DivClassName
{
background-color: #B655DF;
}
.BgClassName
{
background-color: #B655DF;
}
</style>
border-color css
<style>
span { border-color: #B655DF; }
span { border-color: rgb(182,85,223); }
td.TdClassName
{
border-color: #B655DF;
}
.TagClassName
{
border-color: #B655DF;
}
</style>