Shades of Medium Orchid #B655D6
Tints of Medium Orchid #B655D6
RGB
CMYK
RGB Variations
Color information
#B655D6 (or 0xB655D6) is known color: Medium Orchid. HEX triplet: B6, 55 and D6. RGB value is (182,85,214). Sum of RGB (Red+Green+Blue) = 182+85+214=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 214 - color contains mainly: blue. Hex color #B655D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B655D6 is #49AA29. Grayscale: #808080. Windows color (decimal): -4827690 or 14046646. OLE color: 14046646.
HSL color Cylindrical-coordinate representation of color #B655D6: hue angle of 285.12º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B655D6 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 85 | 214 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.16 |
| HSL | 285.12º | 0.61% | 0.59% | - |
| HSV(B) | 285.12º | 0.6% | 0.84% | - |
| XYZ | 34.68 | 21.3 | 65.9 | - |
| YUV | 128.71 | 176.14 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 85 | 214 | 0.15 | 0.60 | 0 | 0.16 | 285.12 | 0.61 | 0.59 |
| Hex | B6 | 55 | D6 | F | 3C | 0 | 10 | 11D | 3D | 3B |
| Octal | 266 | 125 | 326 | 17 | 74 | 0 | 20 | 435 | 75 | 73 |
| Binary | 10110110 | 1010101 | 11010110 | 1111 | 111100 | 0 | 10000 | 100011101 | 111101 | 111011 |
Color Harmonies of #B655D6
Complementary color
Monochromatic Colors of #B655D6
Black with #B655D6
Text Example
Text Example
White with #B655D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B655D6; }
p { color: rgb(182,85,214); }
H1.HeaderClassName
{
color: #B655D6;
}
.AnyTagClassName
{
color: #B655D6;
}
</style>
background-color css
<style>
a { background-color: #B655D6; }
a { background-color: rgb(182,85,214); }
div.DivClassName
{
background-color: #B655D6;
}
.BgClassName
{
background-color: #B655D6;
}
</style>
border-color css
<style>
span { border-color: #B655D6; }
span { border-color: rgb(182,85,214); }
td.TdClassName
{
border-color: #B655D6;
}
.TagClassName
{
border-color: #B655D6;
}
</style>